From 60d86b6c1af3effce74adb6cdb8231436f5df252 Mon Sep 17 00:00:00 2001 From: MusicOnline <39178127+MusicOnline@users.noreply.github.com> Date: Wed, 3 Oct 2018 14:42:04 +0800 Subject: [PATCH] Add note regarding MORE_EMOJI in Guild.create_custom_emoji --- discord/guild.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.