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
The Discord API returns team info in a request to /oauth2/applications/@me, yet because the entity in Discord.Net for RestApplication does not include team info, it never becomes available to the application using the library. Having this would be useful to implement features like multiple owners on a bot (ie. anyone on the team can be considered an owner).
The text was updated successfully, but these errors were encountered:
The Discord API returns team info in a request to
/oauth2/applications/@me
, yet because the entity in Discord.Net forRestApplication
does not include team info, it never becomes available to the application using the library. Having this would be useful to implement features like multiple owners on a bot (ie. anyone on the team can be considered an owner).The text was updated successfully, but these errors were encountered: