mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
Fix documentation with reference in GroupChannel.permissions_for
This commit is contained in:
parent
a0404807d5
commit
491b426205
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user