mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Change poll bar size in Discord again
This commit is contained in:
parent
f0651698fc
commit
2aefeea0c3
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue