/Discord-Py-Bot-Template

This is a class based bot template with discordpy.

Primary LanguagePython

Discord Py Bot Template

Discord.py is a library that allows you to make discord bots with python and this repo is a template of a bot which is made by using Discord.Py.

  • ✨I am trying to help the bot developing community with this template✨

Features

  • 10+ ready to use functions.
  • Easy start for begginer bot developers.

Notes From The Developer

It is recommended to use other sources to get started with the bot developement process and use this repo to take a look when you strugle or when you need to see a finished bot structure.

I will be releasing a comprehensive update about the file organization and clean code when i have the time for it.

Setup

Bot requires Python 3 to run.

Install the dependencies

pip install -r requirements.txt

Or you can use the setup.bat file to run this code automatically.

Setting up the bot properties

#Insert the token which you can get from Discord's developer page.
TOKEN = '' 

#Set the bot status below.
BotStatus = "Example Bot"

#Set your bots prefix.
Prefix = "."

How to run

The bot can be started with a python command:

python Bot.py

Contribution

You can always pull request to this repo, if you report or fix a bug or if you add more commands to the template I'll be happy to implement them.