Template to start off with a new discord.py bot.
- 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