Template for building discord apps
Oauth2 link: https://discord.com/api/oauth2/authorize?client_id=<CLIENT_ID>&permissions=<PERMS_INT>&scope=bot%20applications.commands
Python: 3.9+
Dependency Manager: Poetry
Discord package: Py-Cord
Unit Test Runner: Pytest
To deploy this project:
- Template this repo
- Clone and
cd
into the repo - Run
make setup
to automatically installpoetry
- Run
make update && make install
to update and install dependencies
To run this project, you will need to add the following environment variables to your .env file
bot_token
: String