From 3706d45e51df0883c165480bfa6d33e89cbd977f Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Thu, 14 Jul 2022 21:26:45 -0400 Subject: [PATCH] Fixed broken poll card --- src/card.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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') {