How to set up the bot
- Invite the bot to your server.
- Use the
/linkchannel
in your desired counting channel. - Start counting.
Join the Discord if you have any questions.
Rules
- No skipping numbers
- No going back in numbers
- One person can't count two or more numbers in a row (except for solo mode)
- No botting, scripting or abusing bugs
- Do not intentionally ruin the count
Features
- Slash commands
- Customizable channel name
- Customizable goal
- Optional public scoreboard
- 15+ Easter Eggs
- Counting in word numbers (one, two, three) supported
- Webhooks can be enabled to prevent users from editing their messages
- Fail role
- Per server leaderboards
- Per channel stats
- Ten, game modes
- Whole numbers (1, 2, 3)
- Decimals (0.1, 0.2, 0.3)
- Binary (0001, 0010, 0011)
- Letters (a, b, c)
- Hexadecimal (1, 2, 3 ... 3C, 3E, 3F)
- 2s (2, 4, 6, 8)
- 5s (5, 10, 15, 20)
- 10s (10, 20, 30, 40)
- 100s (100, 200, 300, 400)
- Roman numerals (I, II, III, IV)
Saves
Saves are automatically used when a wrong number is counted. The bot will try to use a save from the user who messed up the count, then try to use a channel save if the user does not have enough saves. The user or the channel must have at least 1 save to save a count.
Ways to earn saves:
- Vote on a supported site (Top.gg, Discord Labs, Discord Bot List)
- Voting rewards 0.25 saves
- Counting
- Every correct number has a 3% chance of rewarding 1 save
- Transfering saves from one user to another
- Transfer saves to another counter or to a channel using the
/sendsave
command
- Transfer saves to another counter or to a channel using the
- Subscribe to counting premium
- Counting+ 2x voting multiplier and 1 save per month
- Counting++ Save slots filled every month
Math
Note: Mathematical expressions can not have spaces in it
Supported symbols
Symbol | Explanation |
---|---|
+ | Addition Operator eg. 2+3 results 5 |
- | Subtraction Operator eg. 2-3 results -1 |
* | Multiplication Operator eg. 2*3 results 6 |
/ | Division operator eg 3/2 results 1.5 |
^ | Power operator eg. 2^3 returns 8 |
sqrt() | Square root function root 4 returns 2 |
( | Opening Parenthesis |
) | Closing Parenthesis |