Flask-Discord
Flask-Discord copied to clipboard
Feature: list roles for guilds
discord.fetch_guilds()
returns a Guild object.
It would be convenient if this Guild object has the list of roles associated to the user for this Guild.
It would allow us to manage specific permissions on the flask app.
You get permissions and permissions_new (discord API v8), which contains all roles.