Return Stage Instances in Guild Preview #3423
Unanswered
GamingGeek
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if the guild preview endpoint could return stage instances for the guild.
My bot uses this endpoint to display info of public guilds but prevents showing any that aren't considered public since the endpoint returns data about any guilds the current user is in.
I currently use the
DISCOVERABLE
feature to check if a guild is actually public to prevent leaking information about guilds my bot is in that aren't public but if a server has a public stage, they do not get shown as the bot cannot tell the difference between a "private" guild and a guild with an ongoing public stage.I could do a request to the normal get guild endpoint to check if my bot is in the guild but it would be nice to not have to do another request.
Beta Was this translation helpful? Give feedback.
All reactions