mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Более красивое отображение poll
This commit is contained in:
parent
4784dc7c7d
commit
16489eba4a
1 changed files with 5 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue