Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion disnake/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class Guild(Hashable):
The channel that denotes the AFK channel. ``None`` if it doesn't exist.
id: :class:`int`
The guild's ID.
owner_id: :class:`int`
owner_id: :class:`Optional[int]`
The guild owner's ID. Use :attr:`Guild.owner` if you need a :class:`Member` object instead.
unavailable: :class:`bool`
Whether the guild is unavailable. If this is ``True`` then the
Expand Down
Loading