Skip to content

Commit

Permalink
[DOCS] extend create_application_emoji docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-jm69 committed Jan 5, 2025
1 parent 9806aeb commit ed6f44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed6f44d

Please sign in to comment.