From 496fcf8005cc0d0b6c89cfadd554752aecdebd08 Mon Sep 17 00:00:00 2001 From: Kino <70085049+NotKino@users.noreply.github.com> Date: Tue, 13 Apr 2021 05:01:04 +0000 Subject: [PATCH] [docs] Fix reference to `Guild.id` --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index 1a38aa6f0..f8d837beb 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.