You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi, @notsag. I'm Dosu, and I'm helping the Flask-Discord team manage their backlog. I'm marking this issue as stale.
Issue Summary
You requested an enhancement to discord.fetch_guilds() to include user roles for each Guild object.
@nighthawki suggested using Discord API v8, which provides permissions and permissions_new containing all roles.
You reacted positively to @nighthawki's comment, indicating agreement or appreciation.
Next Steps
Please confirm if this issue is still relevant to the latest version of the Flask-Discord repository. If so, you can keep the discussion open by commenting on the issue.
If there is no further activity, the issue will be automatically closed in 7 days.
Thank you for your understanding and contribution!
dosubotbot
added
the
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
label
Nov 26, 2024
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.
The text was updated successfully, but these errors were encountered: