Setup Counting

Learn how to setup the counting system

Enable the Counting System:

  • %countsetup enable -> will enable the counting system

  • %countsetup disable -> will disable the counting system

Add a Counting Channel:

  • %countsetup channel #channel -> This will add the mentioned channel as counting channel

Options for Customizing:

- The Bot should (not) react on the Message, when the number is correct:

  • %countsetup yesreact -> The bot will add reactions, when the Number is wrong or right

  • %countsetup noreact -> The bot will not add reactions, when the Number is wrong or right

- The Bot should (not) reset counting, when the Number is wrong:

  • %countsetup yesreset -> The bot will reset Counting, when the Number is wrong and the counting will begin again with 0

  • %countsetup noreset -> The bot will not reset Counting, when the Number is wrong and the counting will continue with the next Number

📀Add Role when wrong counted:

  • %countsetup role @role <remove after> -> this adds a role, when a user counted wrong and removes it after a specific time, when a time was provided

  • Ex: %countsetup @Math-Noob 2m -> When User X counted wrong, he will get the @Math-Noob role for 2 minutes

Last updated