aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
diff options
context:
space:
mode:
authorKino <[email protected]>2021-04-13 05:01:04 +0000
committerGitHub <[email protected]>2021-04-13 01:01:04 -0400
commit496fcf8005cc0d0b6c89cfadd554752aecdebd08 (patch)
treee8fdb6772ba1d873d68ed80c26c2ebd67f8a57dd /discord/guild.py
parentRemove AutoShardedClient.request_offline_members (diff)
downloaddiscord.py-496fcf8005cc0d0b6c89cfadd554752aecdebd08.tar.xz
discord.py-496fcf8005cc0d0b6c89cfadd554752aecdebd08.zip
[docs] Fix reference to `Guild.id`
Diffstat (limited to 'discord/guild.py')
-rw-r--r--discord/guild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py
index 1a38aa6f..f8d837be 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -102,7 +102,7 @@ class Guild(Hashable):
The guild owner's ID. Use :attr:`Guild.owner` instead.
unavailable: :class:`bool`
Indicates if the guild is unavailable. If this is ``True`` then the
- reliability of other attributes outside of :meth:`Guild.id` is slim and they might
+ reliability of other attributes outside of :attr:`Guild.id` is slim and they might
all be ``None``. It is best to not do anything with the guild if it is unavailable.
Check the :func:`on_guild_unavailable` and :func:`on_guild_available` events.