Skip to content

dragid10/discord-bot-template

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published