Silly discord math bot
A fun little Discord bot built with discord.py that can greet users and answer simple math questions using slash commands!
/lowchiβ Replies with a friendly mention./math question: What is 5 + 3β Answers the math question and explains the result if asked.
- Python 3.8+
discord.pywith slash command support (or usepy-cord)
- Clone the repo:
git clone https://github.com/your-username/discord-math-bot.git cd discord-math-bot - Create
.envfile that stores your discord bot token as:DISCORD_TOKEN=your-discord-bot-token-here
Warning
NOTE: Never commit your .env file to version control, as it will expose your bot token. It will automatically be ignored via .gitignore.
- Install dependencies by running:
pip install -r requirements.txt