Skip to content
/ Discord_Template Public template

A template for Quickly&Quality discord bot development.

License

Notifications You must be signed in to change notification settings

aSel1x/Discord_Template

Repository files navigation

Discord Template

Create a .env file based on .env.dist and make all the necessary customizations.

To run the application complete follow these steps:

  1. Install dependencies.

    poetry install or pip install -r requirements.txt

  2. Run application.

    make run

View all make documentation: make help