mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 00:13:01 +00:00
Make emojis and members stateful.
This commit is contained in:
@@ -355,7 +355,8 @@ class TextChannel(abc.MessageChannel, CommonGuildChannel):
|
||||
|
||||
Edits the channel.
|
||||
|
||||
You must have the Manage Channel permission to use this.
|
||||
You must have the :attr:`Permissions.manage_channel` permission to
|
||||
use this.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
@@ -446,7 +447,8 @@ class VoiceChannel(CommonGuildChannel):
|
||||
|
||||
Edits the channel.
|
||||
|
||||
You must have the Manage Channel permission to use this.
|
||||
You must have the :attr:`Permissions.manage_channel` permission to
|
||||
use this.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
Reference in New Issue
Block a user