-
-
Notifications
You must be signed in to change notification settings - Fork 466
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: ✨ Add missing feature flags to Guild.edit
#2672
base: master
Are you sure you want to change the base?
feat: ✨ Add missing feature flags to Guild.edit
#2672
Conversation
… is enabled for the guild.
Guild
feature flagsGuild
feature flags
I thought we stopped maintaining |
Oh. I didn't know that. Lala just told me I could do it But I'm interested in knowing why this wouldn't be supported by pycord anymore - it's part of the api after all. |
We'd be adding a new feature flag like every week. Most feature flags aren't really even used. |
This pr focuses on adding toggle in |
* 👽 Update base max filesize to `10` Mb * 📝 CHANGELOG.md
Guild
feature flagsGuild.edit
|
activity feed is an opt-in thing, hence it has an enable flag |
|
Summary
https://discord.com/developers/docs/resources/guild#guild-object-guild-features
and also
https://discord.com/channels/881207955029110855/881224361015672863/1318631076209491968
This also fixes an issue where one could not edit the state of both the
COMMUNITY
andINVITES_DISABLED
flags at once.Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.