Более красивое отображение poll

This commit is contained in:
JonnyBro 2022-08-06 20:59:55 +05:00
parent 4784dc7c7d
commit 16489eba4a

View file

@ -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()