I’m looking to gate the administrator panel of a website I made for a Discord bot behind the administrator role. Basically, the user can log in right now but they can ALSO see the admin panel without actually being an administrator of the Discord.
I need to know how you would go about handling this using flask or discord.py and Discord OAUTH2.