-
Making Discord Bots with Python can be confusing, I've been through a lot of trial and error. I made this file dump for the best working projects I have been able to complete, boiled down to just the essential functions unless an example was required.
-
Hoping this helps you make your own discord bots, it is fun and my tiny array of bots is very useful. At least, useful to me.
- start with bare_bones
- add bot to server with https://discord.com/api/oauth2/authorize?client_id=00000000000000000000&permissions=8&scope=bot
- Be sure to replace the 00000000000000 with your own client_id
- easy to combine these principals once you get the hang of it
- Feeling lost? Start here: