/Discord-Bot-Template

Discord Bot Template is a Github template beneficial in creating a Discord bot using discord.py.

Primary LanguagePythonMIT LicenseMIT

Discord Bot Template

Discord Bot Template is a Github template beneficial in creating a Discord bot using discord.py.

This template is based on Tidal Bot.

Some things to note

  • This is a bot template, not a tutorial
    • This is not for beginners
    • This will not teach you how to code a bot
  • This template is a work-in-progress
  • This template is not a solution for everyone, but it works for me as a good starting point

What this template offers

  • Configs, using YAML (Specifically PyYAML)
  • Extension handling
  • Command blacklist handlionbg
  • Pre-configured logging
  • File structure set up for discord.py Cogs
  • Command list generator, flavored with Github Markdown
  • Database handling, using SQLAlchemy
  • Data backup generation, with compression