Built using pycord. Please ignore the unclean code 😅
- Fork the repo
- Install Pipenv
$ python3 -m pip install pipenv
- Install dependencys
$ pipenv install
- Setup environment
# File: REPOSITORY_ROOT/.env
TOKEN=<Your discord bot token>
- Run the bot
$ pipenv run dev # start with nodemon, auto-restart on change
# or
$ pipenv run start
- Create Pull Request
- Great Success!