Change poll bar size in Discord again

This commit is contained in:
dangered wolf 2022-11-17 00:47:02 -05:00
parent f0651698fc
commit 2aefeea0c3
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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 */