Skip to content

Commit 7eb887b

Browse files
Update discord/guild.py
Co-authored-by: Lala Sabathil <[email protected]> Signed-off-by: Paillat <[email protected]>
1 parent ae087a7 commit 7eb887b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/guild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ def created_at(self) -> datetime.datetime:
11881188

11891189
@property
11901190
def invites_disabled(self) -> bool:
1191-
"""A boolean indicating if the guild invites are disabled."""
1191+
"""A boolean indicating whether the guild invites are disabled."""
11921192
return "INVITES_DISABLED" in self.features
11931193

11941194
def get_member_named(self, name: str, /) -> Member | None:

0 commit comments

Comments
 (0)