count stuff. do math. have fun.
Add to Discorda 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.
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
see how you're doing. shows current count, total counts, and who's counting the most
bot stats across all servers. guilds, users, counts, highest records per mode
who can use: admins
subcommands:
mode - change between normal/fibonacci/primeslowmode - add slowmode to the channel (0-21600
seconds)
blacklist - ban someone from countingunblacklist - unban themwhitelist - only let certain people countunwhitelist - remove from whitelistreset - reset counter to 0regular counting: 1, 2, 3, 4, 5...
classic. simple. you know the drill.
fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, 21...
each number is the sum of the previous two. gets spicy fast.
only prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23...
for the math nerds. no composites allowed.
you can type math expressions instead of plain numbers:
1+1 → 2
2*2 → 4
2^3 → 8
(5*2)+1 → 11
sqrt(16) → 4
10/2 → 5
0001 → 1, 0010 → 2,
00010000 → 16