Skip to content

Leet333/Discord.py-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord.py Bot Template

Bot template for discord.py

Features

  • Ping command
  • Paginator & pagination example
  • Custom context for adding whatever functionality you want

Setup

Install Python

Install dependencies

 pip install -r requirements.txt

Setting up bot properties

Configure the bot in utilites/config.py

token = "TOKEN_HERE" # Use your bot's token
prefix = "!" # Set the bot's prefix
status = "STATUS_HERE" # Set the bot status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages