dragid10 / discord-bot-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 76.0%Language:Makefile 24.0%