Better description of the polls command

master
masterhc 1 year ago
parent efcbd66ccc
commit 7b3f623b7f

@ -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;

Loading…
Cancel
Save