diff --git a/commands/random/poll.js b/commands/random/poll.js index 9b87cc8..a64d7d6 100644 --- a/commands/random/poll.js +++ b/commands/random/poll.js @@ -6,7 +6,7 @@ const {Command, ErrorMessage, ErrorType, EmbedBuilder, ActionRowBuilder, ButtonB super(client, { name: 'poll', memberName: 'poll', - description: `Make a poll of what ever you want. Usage: !poll QUESTION? OPTION1 OPTION2 OPTION3 ... ; if you want multiple words wrap the option/question in quotes` + description: `Make a poll of what ever you want. Usage: !poll QUESTION? "OPTION1" "OPTION2" "OPTION3" ... Be sure to add the quotation marks on the options.` }) this.client = client;