Flask-Discord icon indicating copy to clipboard operation
Flask-Discord copied to clipboard

Feature: list roles for guilds

Open notsag opened this issue 3 years ago • 1 comments

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.

notsag avatar Apr 06 '21 11:04 notsag

You get permissions and permissions_new (discord API v8), which contains all roles.

nighthawki avatar May 18 '21 16:05 nighthawki