diff options
| author | Rapptz <[email protected]> | 2018-10-03 05:45:55 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-10-03 05:45:55 -0400 |
| commit | 1da696258095d5c1171a1cdbe75f56c535c6683e (patch) | |
| tree | ae3e6f6a19d5f263bc859db99dc2e900826c3630 | |
| parent | Rework documentation to not duplicate inherited members. (diff) | |
| download | discord.py-1da696258095d5c1171a1cdbe75f56c535c6683e.tar.xz discord.py-1da696258095d5c1171a1cdbe75f56c535c6683e.zip | |
Fix up Guild.create_custom_emoji docstring.
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py index 6bc03321..b61f11a3 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1001,7 +1001,7 @@ class Guild(Hashable): Creates a custom :class:`Emoji` for the guild. There is currently a limit of 50 static and animated emojis respectively per guild, - unless the guild has the ``MORE_EMOJI``feature which extends the limit. + unless the guild has the ``MORE_EMOJI`` feature which extends the limit to 200. You must have the :attr:`~Permissions.manage_emojis` permission to do this. |