diff --git a/src/card.ts b/src/card.ts index 493e390..f58dfa4 100644 --- a/src/card.ts +++ b/src/card.ts @@ -77,11 +77,10 @@ export const renderCard = async ( const bar = 'โ–ˆ'.repeat(Math.round((votes / totalVotes || 0) * barLength)); str += `${bar} ${label}โ€€โ€€(${Math.round((votes / totalVotes || 0) * 100)}%) - `; +`; } str += `\n${totalVotes} votes ยท ${timeLeft}`; - console.log(str); /* Oh good, a non-Twitter video URL! This enables YouTube embeds and stuff to just work */ } else if (typeof values.player_url !== 'undefined') {