aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKino <[email protected]>2021-04-13 05:01:04 +0000
committerRapptz <[email protected]>2021-04-15 09:00:09 -0400
commitff04cab119b248ac800713c51fda7b4e3ccd878b (patch)
tree99290641fab4cbb838f06e104451447b0a23e204
parentFix Intents resolution in the docs (diff)
downloaddiscord.py-ff04cab119b248ac800713c51fda7b4e3ccd878b.tar.xz
discord.py-ff04cab119b248ac800713c51fda7b4e3ccd878b.zip
[docs] Fix reference to `Guild.id`
-rw-r--r--discord/guild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py
index 2cc5679f..995ca03e 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -95,7 +95,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.