mathmouse

📊 A Discord math quiz bot made using Python.

MIT License

Stars
7

mathmouse

A Discord math quiz bot made using Python.

Requiremenets

python3

Installation

git clone https://github.com/angelofallars/mathmouse
cd mathmouse
pip install -r ./requirements.txt

Running the bot

To run this bot, you need to install the required Python libraries (done above) and put a .env file in the directory which includes the token for your Discord bot.

.env

TOKEN=<YOUR BOT TOKEN HERE>

After that, just run

python3 __main__.py

Usage

m.quiz addition
m.quiz subtraction
m.quiz multiplication
m.quiz division

Display your score
m.score

Display someone else's score
m.score <user>

Contribting

Open to contributions, as always!