Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.1 KB

Discord Bot Template (python)

Gitmoji

Template for building discord apps

Oauth2 link: https://discord.com/api/oauth2/authorize?client_id=<CLIENT_ID>&permissions=<PERMS_INT>&scope=bot%20applications.commands

Documentation

Tech Stack

Python: 3.9+

Dependency Manager: Poetry

Discord package: Py-Cord

Unit Test Runner: Pytest

Deployment

To deploy this project:

  1. Template this repo
  2. Clone and cd into the repo
  3. Run make setup to automatically install poetry
  4. Run make update && make install to update and install dependencies

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

bot_token: String