-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Added Guild Feature INVITES_DISABLED #1613
Conversation
Added new guild feature "INVITES_DISABLED" to the docs description.
Could you implement the api method too? Otherwise this pr is kinda useless |
Adds: discord.Guild() ``invites_disabled`` property and disable_invites parameter to discord.Guild.edit() to enable/disable guild invites
@Lulalaby Btw sry if there is sth bad, I´m at the beginning of developing in python libaries like this :) But I guess it should be good (it works). |
Sry I fogot changing sth for the docs, should be good now I guess
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.
looks good, thank you
Head branch was pushed to by a user without write access
Just forgot that ``rules_channel`` and ``public_updates_channel`` needs to be set back to None if ``commuity`` set to False
Co-authored-by: Chicc <chicc@induo.dev>
Added new guild feature "INVITES_DISABLED" to the docs description.
Summary
Information
Checklist
type: ignore
comments were used, a comment is also left explaining why.