Skip to main content
This feature is provided completely free to and doesn’t require a license.

How it Works

When enabled, Fyre’s counting module will allow members to count up in a channel starting from 1. Fyre will react to each message with a ✅ or ❌ depending on if the number was correct. If the number wasn’t correct, the current count will be reset. Each number needs to be one higher then the last, and the same user can’t count twice in a row. Numbers as words (eg. one hundred thousand five hundred and forty seven) are supported. If numbers only mode is enabled, all messages (including those without numbers) will reset the count if they don’t contain the correct number.

Configuring

To configure the counting module in your server, use /counting config. This command has the following options:
  • enabled - If the counting module should be enabled (Yes/No, default: No).
  • channel - The channel to use for counting.
  • fail-role - The role to add to members that mess up the count.
  • numbers-only - If messages without numbers should reset the counter (Yes/No, default: No).
  • correct-emoji - The emoji to react with if the number is correct (default: ✅).
  • incorrect-emoji - The emoji to react with if the number is incorrect (default: ❌).
  • fail-template - The message template to use for count fail messages (default template provided).
  • reset - If you want to reset the counting config (Yes/No).
All of the above options are optional.

Leaderboard

Fyre records the total amount of counts and the highest count from each member in your server. To view the counting leaderboard, use /leaderboard counting. You can sort the leaderboard by total counts or highest count.