/discord.py-template

This is a template for a discord bot.

Primary LanguagePython

discord.py-template

This is a template for a discord bot.


Python Discord

Configuring:

Changing Settings:

  1. Enter the settings.py file
  2. Change the values of the variables

Installing the requirements:

pip install -r requirements.txt

Private settings:

Create a file named private_settings.py in the src folder with this content:

TOKEN='Your-Token-Here!'