diff --git a/discord/client.py b/discord/client.py index c7410011e..ef7980ec4 100644 --- a/discord/client.py +++ b/discord/client.py @@ -3200,7 +3200,7 @@ class Client: Parameters ---------- name: :class:`str` - The emoji name. Must be at least 2 characters. + The emoji name. Must be between 2 and 32 characters long. image: :class:`bytes` The :term:`py:bytes-like object` representing the image data to use. Only JPG, PNG and GIF images are supported.