thieleju / statsbot

Discord Bot to gather data from public APIs using node.js and discord.js! Hacktoberfest Event Project
MIT License
22 stars 45 forks source link

Added the mathquestion command #35

Closed FreemRL closed 2 years ago

FreemRL commented 2 years ago

Added new command /mathquestion

Details

I added the /mathquestion command refering to #16.

Features:

Optional command options:

min --> The minimum number a user wants to play with. max --> The maximum number a user wants to play with. mode --> easy: 30 seconds to answer, medium: 20 seconds to answer, hard: 10 seconds to answer.

By default the min. number will be 20 and the max. number will be 400. Also the mode will be easy (30 seconds to reply).

Some Example Images:

image image image image image image image image

[details]

FreemRL commented 2 years ago

By the way I had to make small changes in index.js to get this to work :)