A Python bot based off of the discord.py 1.3.4
project (this is the current stable release of the project as of time of writing this).
- An application and bot setup for Discord. You'll need the token for it.
- Python 3.7+ installed
- Clone this repo into the place you want to run it from.
- Copy
.env.local.example
to.env.local
and fill it in with the required values. - Run
pip3 install -r requirements.txt
to install all of the required dependancies. - Run the main script:
python3 ./bot
.
We're licensed under MIT
- BloodyThorn and his WiiHacky project and inspiration to work on this.
- discord.py for the basis of this project.
- Lucas's Python.py YouTube Tutorial series for the help with starting and setting this up.
- Carberra Tutorials for his tutorials as well