Allow Emojis to be returned with oauth scope 'guilds'
Currently the oauth scope which allows `/users/@me/guilds` only returns guild features, name, if you're the owner, your permissions and it's icon. It would be really cool if it also returned a list of emojis that were in the server as well. This would include their id, name and if they're animated. A use case for this would be for sites to discover which emotes you can use
14
-
Personally I don't see the use case for this, you said websites but like for what, I'd love to hear it! However biggest issue is some guilds have so many emojis that it would likely double maybe even triple (depending on the servers the user is in) the response payload, slowing down a process that's meant to be lightning fast. It might also be worth mentioning that the OAuth fetching of guilds and direct fetching of guilds are treated the same, and the same response, meaning a rewrite or separation for a mundane feature.
In my opinion as well, would be bad practice to expose these sort of things to OAuth applications for the sake of privacy, but of course there's no written rules for things like this.
1
Please sign in to leave a comment.
Comments
1 comment