A Discord bot specialized in solving mathematical problems.
- Evaluate mathematical expressions.
- Modular structure for adding more commands.
- Clone this repository.
- Add your bot token to
config.json
. - Install dependencies:
pip install -r requirements.txt
. - Run the bot:
python src/bot.py
.
!calc <expression>
: Evaluates a mathematical expression.