From 2aefeea0c343ebb5a9f5814a06aef0d46d1b33e2 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Thu, 17 Nov 2022 00:47:02 -0500 Subject: [PATCH] Change poll bar size in Discord again --- src/status.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status.ts b/src/status.ts index 0fc144d..7ee766e 100644 --- a/src/status.ts +++ b/src/status.ts @@ -253,7 +253,7 @@ export const handleStatus = async ( /* This Tweet contains a poll, so we'll render it */ if (tweet.poll) { const { poll } = tweet; - let barLength = 36; + let barLength = 32; let str = ''; /* Telegram Embeds are smaller, so we use a smaller bar to compensate */