Skip to content

Commit

Permalink
Update guild.py
Browse files Browse the repository at this point in the history
Signed-off-by: Nerd Bear <nerd.bear.dev@gmail.com>
  • Loading branch information
nerd-bear authored Jan 16, 2025
1 parent d847f50 commit fabf634
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit fabf634

Please sign in to comment.