Make emojis and members stateful.

This commit is contained in:
Rapptz
2016-11-05 16:57:52 -04:00
parent a7a60e433b
commit 5cb3ad14e8
6 changed files with 335 additions and 10 deletions

View File

@ -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
----------