File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -175,8 +175,6 @@ class Guild(Hashable):
175
175
The channel that denotes the AFK channel. ``None`` if it doesn't exist.
176
176
id: :class:`int`
177
177
The guild's ID.
178
- invites_disabled: :class:`bool`
179
- Indicates if the guild invites are disabled.
180
178
owner_id: :class:`int`
181
179
The guild owner's ID. Use :attr:`Guild.owner` instead.
182
180
unavailable: :class:`bool`
@@ -1190,7 +1188,7 @@ def created_at(self) -> datetime.datetime:
1190
1188
1191
1189
@property
1192
1190
def invites_disabled (self ) -> bool :
1193
- """Returns a boolean indicating if the guild invites are disabled."""
1191
+ """A boolean indicating if the guild invites are disabled."""
1194
1192
return "INVITES_DISABLED" in self .features
1195
1193
1196
1194
def get_member_named (self , name : str , / ) -> Member | None :
You can’t perform that action at this time.
0 commit comments