Dashboard-Tutorials
Dashboard-Tutorials copied to clipboard
This will contain all the code for the Dashboard Tutorial series by me.
When you Login With Discord (Part 3), it will loop and won't bring you to the dashboard page.
discord-ext-ipc is not supported in discord.py 2.0 which causes the bot to crash
For some reason ipc can't be found within the discord.ext modules
If you try to call some ipc function more than once, second time returns an Error and after that conections closes.
I also moved over to the Quart framework and [quart-discord](https://quart-discord.readthedocs.io/en/latest/api.html), which makes it a lot easier to create and use Discord OAuth2 Flows. I also added comments and formatted the...