From 1da696258095d5c1171a1cdbe75f56c535c6683e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 3 Oct 2018 05:45:55 -0400 Subject: [PATCH] Fix up Guild.create_custom_emoji docstring. --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index 6bc033210..b61f11a3a 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.