presence: oop
This commit is contained in:
parent
3fe77473f1
commit
9d0ce017a9
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ presence.callback = async function (msg, line) {
|
||||||
|
|
||||||
const bar = `\`\`\`ansi\n${timePos} ${NOWPLAYING_BAR_CHAR.repeat(
|
const bar = `\`\`\`ansi\n${timePos} ${NOWPLAYING_BAR_CHAR.repeat(
|
||||||
barLength
|
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);
|
descLines.push(bar);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue