From 491b4262054b9fde45f302fc51dbfff469d26b7e Mon Sep 17 00:00:00 2001 From: SuzuZusu <79049600+SuzuZusu@users.noreply.github.com> Date: Wed, 17 Feb 2021 04:16:38 -0500 Subject: [PATCH] Fix documentation with reference in GroupChannel.permissions_for --- discord/channel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/channel.py b/discord/channel.py index 9ab5d2263..db4b566df 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -1248,8 +1248,8 @@ class GroupChannel(discord.abc.Messageable, Hashable): This returns all the Text related permissions set to ``True`` except: - - send_tts_messages: You cannot send TTS messages in a DM. - - manage_messages: You cannot delete others messages in a DM. + - :attr:`~Permissions.send_tts_messages`: You cannot send TTS messages in a DM. + - :attr:`~Permissions.manage_messages`: You cannot delete others messages in a DM. This also checks the kick_members permission if the user is the owner.