A template repository that I made for my Pycord-based Discord bot creations. Feel free to use it as you wish.
Suggestions and improvements are greatly appreciated!
- Get the requirements from the terminal:
pip install -r requirements.txt
- Edit/assign values in
.env
.- Set up
alternate.env
if you want to run a test-bot.
- Set up
Check out the Pycord documentation.