Sondage Command - ArthurBoddaert/Discord-Bot GitHub Wiki
Description
The 'sondage' command sends a survey with the specified question and answers. This command has a limit of 26 answers. By using the command 'sondageUnique', you can get the same kind of survey, except the fact that only one answer can be given per user. The argument '-d' followed by a number 'n' will make this survey last 'n' seconds. Using the 'sondage' keyword also gives you the id of the survey.
You can get a graph which represents the results of a survey thanks to the command 'result' followed by a survey id. A temporary survey will also upload a graph when it ends.
Usage
- --sondage "my question" "first answer" "second answer" "third answer"
- --sondageUnique "my question" "first answer" "second answer" "third answer"
- --sondage -d60 "my question" "first answer" "second answer" "third answer"
- --sondageUnique -d60 "my question" "first answer" "second answer" "third answer"