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
It would be nice, if I could just specify a set/list of Team Roles.
Every member of the owning Team, with one of those roles would get added to the internal owner list.
Also it would be nice, if there was an option to only consider accepted Team Members for the default initialization.
e.g. Http::get_current_application_info() -> If a Team, get Team Members -> Filter to only Accepted Team Members -> Filter to only Admins/Developers.
The text was updated successfully, but these errors were encountered:
See https://discord.com/developers/docs/topics/teams#team-member-roles, add the users who you want to be treated as "owners" to the bot's team on the developer portal, set the permission level you want them to have, and set that permission level in FrameworkOptions::initialized_team_roles.
Depends on serenity-rs/serenity#2859
Ref.:
It would be nice, if I could just specify a set/list of Team Roles.
Every member of the owning Team, with one of those roles would get added to the internal owner list.
Also it would be nice, if there was an option to only consider accepted Team Members for the default initialization.
e.g.
Http::get_current_application_info()
->If a Team, get Team Members
->Filter to only Accepted Team Members
->Filter to only Admins/Developers
.The text was updated successfully, but these errors were encountered: