We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae087a7 commit 7eb887bCopy full SHA for 7eb887b
discord/guild.py
@@ -1188,7 +1188,7 @@ def created_at(self) -> datetime.datetime:
1188
1189
@property
1190
def invites_disabled(self) -> bool:
1191
- """A boolean indicating if the guild invites are disabled."""
+ """A boolean indicating whether the guild invites are disabled."""
1192
return "INVITES_DISABLED" in self.features
1193
1194
def get_member_named(self, name: str, /) -> Member | None:
0 commit comments