From 9d0ce017a905fa2a6854a3edbc6904623bc0de9f Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 1 May 2025 21:44:41 -0600 Subject: [PATCH] presence: oop --- src/modules/utility/presence.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/utility/presence.js b/src/modules/utility/presence.js index 946b57c..3dffee5 100644 --- a/src/modules/utility/presence.js +++ b/src/modules/utility/presence.js @@ -234,7 +234,7 @@ presence.callback = async function (msg, line) { const bar = `\`\`\`ansi\n${timePos} ${NOWPLAYING_BAR_CHAR.repeat( barLength - )}\x1b[30m${NOWPLAYING_BAR_CHAR.repeat(numBarChars - barLength)}\x1b[39m ${timeEnd}`; + )}\x1b[30m${NOWPLAYING_BAR_CHAR.repeat(numBarChars - barLength)}\x1b[39m ${timeEnd}\`\`\``; descLines.push(bar); } }