Skip to content

Commit

Permalink
Update discord/guild.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chicc <chicc@induo.dev>
  • Loading branch information
Lulalaby and ChickenDevs committed Sep 6, 2022
1 parent da889a1 commit 905a62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ def created_at(self) -> datetime.datetime:

@property
def invites_disabled(self) -> bool:
""":class:`bool`: Returns a boolean indicating if the guild invites are disabled"""
""":class:`bool`: Returns a boolean indicating if the guild invites are disabled."""
return "INVITES_DISABLED" in self.features

def get_member_named(self, name: str, /) -> Optional[Member]:
Expand Down

0 comments on commit 905a62d

Please sign in to comment.