This is a simple discord skeleton bot, provided with some commands.
- Python 3
- Pipenv
To get started, install pipenv, clone the repo and run the following commands:
pipenv install
After that, change the config.json.example to your needs and rename the file to config.json.
To run the bot, make sure your discord bot token is valid and then just run the following command to run the bot:
python main.py
This project is licensed under the MIT License - see the LICENSE.md file for more details