Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 418 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 418 Bytes

Discord.py-Template

Template to start off with a new discord.py bot.

Setup Instructions

  • Create .env file as provided in .env.example. Input your Discord auth token in the DISCORD field
  • Update prefix in data/config.json as preferred
  • Any new cogs should be added to the cogs/ folder. Please refer to the discord.py documentation for any details in cog setup