diff options
| author | MusicOnline <[email protected]> | 2018-10-03 14:42:04 +0800 |
|---|---|---|
| committer | MusicOnline <[email protected]> | 2018-10-03 14:42:04 +0800 |
| commit | 60d86b6c1af3effce74adb6cdb8231436f5df252 (patch) | |
| tree | 4a7f22231663ee588605fdbfad9a183137aa6232 | |
| parent | Correct Guild.create_custom_emoji documentation (diff) | |
| download | discord.py-60d86b6c1af3effce74adb6cdb8231436f5df252.tar.xz discord.py-60d86b6c1af3effce74adb6cdb8231436f5df252.zip | |
Add note regarding MORE_EMOJI in Guild.create_custom_emoji
| -rw-r--r-- | discord/guild.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py index f064b27f..6bc03321 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. |