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); } }