diff --git a/src/index.ts b/src/index.ts index bf8243f..7a27a64 100644 --- a/src/index.ts +++ b/src/index.ts @@ -428,7 +428,7 @@ async function generateProgressBar() { case ConnectionState.Disconnected: // @ts-expect-error [issue with the package not defining 'bright' colors within its type definitions] - return `⚠️ ${'Discord connection lost. Retrying in'.brightRed} ${countdownTimer.toString().brightBlue} ${'seconds... '.red}`.bold.toString(); + return `⚠️ ${'Discord connection lost. Retrying in'.brightRed} ${countdownTimer.toString().brightBlue} ${'seconds... '.brightRed}`.bold.toString(); default: return `📅 ${formatDate().green.italic} ${'|'.magenta} ${'Trakt:'.red} ${'Not playing.'}`.bold.toString();