Question of the Day
The Question of the Day module allows you to setup a list of questions that the bot selects one from everyday at 00:00 UTC. The QoTD message is accompanied with a public thread automatically created by the bot, where members of your community can enter their answers.
The bot will automatically delete every question used from the system, so that there are no repetitive questions.
Config QoTD Module (/config qotd module
)
/config qotd module
)By default, only members with the Administration permission can use this command.
Configure the QoTD Module.
state
: Whether QoTD should be sent or not.
channel
: The channel where all QoTD messages will be sent at 00:00 UTC.
mentions_role
: The role that will be mentioned when a QoTD message is sent.
Add Question (/config qotd add_question
)
/config qotd add_question
)By default, only members with the Administration permission can use this command. Additionally, the QoTD module must first be configured before using this command.
Add a question to the QoTD module.
question
: The question to be added to the QoTD module.
Remove Question (/config qotd remove_question
)
/config qotd remove_question
)By default, only members with the Administration permission can use this command. Additionally, the QoTD module must first be configured before using this command.
Remove a question from the QoTD module.
question
: The question to be removed from the QoTD module. This is an autocomplete, so it will show you a list of all currently set questions.
List All QoTD Questions (/config qotd list_questions
)
/config qotd list_questions
)By default, only members with the Administration permission can use this command. Additionally, the QoTD module must first be configured before using this command.
List all questions in the QoTD module.
Last updated