pythondiscorddiscord.pytemplate
A template repo for a Discord bot using discord.py, providing the essential tooling and basic building blocks for writing your own custom Discord bot, with minimal bells and whistles attached. The template includes two "hello world"-style commands: once the bot is configured to run on a Discord server, you can use these to verify it's working.
Simply fork the repo, then follow the instructions in the Getting Started guide to get your bot working in a matter of minutes.
The docs serve as a guide for newcomers to understand all the inner workings of a Discord bot, some best-practice patterns to follow, and links to pertinent documentation on discord.py itself.