🔢 CountingBot

count stuff. do math. have fun.

Add to Discord

what is this?

a discord bot where you count numbers in order. except you can do math too, which is neat. get it wrong and you start over. don't count twice or you'll reset everyone's progress.

⚙️ setup

/setup-counter

who can use: admins

what it does: sets up counting in a channel

options:

  • channel - pick where to count (default: current channel)
  • counting-mode - normal, fibonacci, or prime numbers

🎮 commands

/stats

see how you're doing. shows current count, total counts, and who's counting the most

/botstats

bot stats across all servers. guilds, users, counts, highest records per mode

/counter-setting

who can use: admins

subcommands:

  • mode - change between normal/fibonacci/prime
  • slowmode - add slowmode to the channel (0-21600 seconds)
  • blacklist - ban someone from counting
  • unblacklist - unban them
  • whitelist - only let certain people count
  • unwhitelist - remove from whitelist
  • reset - reset counter to 0

🎯 counting modes

normal mode

regular counting: 1, 2, 3, 4, 5...

classic. simple. you know the drill.

fibonacci mode

fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, 21...

each number is the sum of the previous two. gets spicy fast.

prime mode

only prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23...

for the math nerds. no composites allowed.

🧮 math stuff

you can type math expressions instead of plain numbers:

basic: 1+1 → 2
multiply: 2*2 → 4
powers: 2^3 → 8
complex: (5*2)+1 → 11
sqrt: sqrt(16) → 4
division: 10/2 → 5
binary: 0001 → 1, 0010 → 2, 00010000 → 16

📜 the rules