diff options
| author | Vexs <[email protected]> | 2018-09-17 02:10:33 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-09-20 23:45:15 -0400 |
| commit | 262c0d3a9e34d8be2340999fa09b56f3582efc8a (patch) | |
| tree | 82e0c32f9d6e77934175c39542948f92bf199c79 | |
| parent | Correct ClientException message raised in invocation hooks. (diff) | |
| download | discord.py-262c0d3a9e34d8be2340999fa09b56f3582efc8a.tar.xz discord.py-262c0d3a9e34d8be2340999fa09b56f3582efc8a.zip | |
Correct note note about editing emoji in Guild.create_custom_emoji.
Remove incorrect note; extension of #1575
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/guild.py b/discord/guild.py index ed0d7c4c..03274f87 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -996,8 +996,6 @@ class Guild(Hashable): You must have the :attr:`~Permissions.manage_emojis` permission to do this. - Note that bot accounts can only edit and delete emojis they have created. - Parameters ----------- name: str |