-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(GuildManager): allow system channel flags in create #5504
feat(GuildManager): allow system channel flags in create #5504
Conversation
I'm unable to get this working, the system channel flags are always 0 in the response body / guild create payload. |
Did some digging:
So in conclusion that seems to be a discord bug and nothing we can handle on our end (if the GC arrives earlier we use that data in the #create response) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll see if Discord can resolve this.
Please describe the changes this PR makes and why it should be merged:
Allow
systemChannelFlags
to be passed during guild creation as per discord/discord-api-docs#1764Status and versioning classification: