From ed6f44d1aaed2e2b95fbf3a418128bc9d985f952 Mon Sep 17 00:00:00 2001 From: tom-jm03 Date: Sun, 5 Jan 2025 20:17:54 +0100 Subject: [PATCH] [DOCS] extend 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 ff02bf7b6f00..62e5fc2d8a7a 100644 --- a/discord/client.py +++ b/discord/client.py @@ -3171,7 +3171,7 @@ async def create_application_emoji( 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.