From 16489eba4afa1f9f959425191fce8e2dca882e75 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sat, 6 Aug 2022 20:59:55 +0500 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=BE=D0=BB=D0=B5=D0=B5=20=D0=BA=D1=80?= =?UTF-8?q?=D0=B0=D1=81=D0=B8=D0=B2=D0=BE=D0=B5=20=D0=BE=D1=82=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20poll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/Moderation/poll.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/commands/Moderation/poll.js b/commands/Moderation/poll.js index 085a460f..84743d46 100644 --- a/commands/Moderation/poll.js +++ b/commands/Moderation/poll.js @@ -104,7 +104,11 @@ class Poll extends BaseCommand { .setColor(client.config.embed.color) .addFields([ { - name: question, + name: "\u200b", + value: question + }, + { + name: "\u200b", value: interaction.translate("moderation/poll:REACT", { success: cool.toString(), error: notcool.toString()