diff --git a/discord/guild.py b/discord/guild.py index f064b27fe..6bc033210 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1000,7 +1000,8 @@ 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. + 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. You must have the :attr:`~Permissions.manage_emojis` permission to do this.