From 2c3938dd5135f9fdc5cc3978db14e882c6b2d6b5 Mon Sep 17 00:00:00 2001 From: tom <92334622+tom-jm69@users.noreply.github.com> Date: Thu, 16 Jan 2025 01:01:09 +0100 Subject: [PATCH] Update Client.create_application_emoji docs --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.