mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Update Client.create_application_emoji docs
This commit is contained in:
parent
1edec93ed3
commit
2c3938dd51
@ -3200,7 +3200,7 @@ class Client:
|
|||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
name: :class:`str`
|
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`
|
image: :class:`bytes`
|
||||||
The :term:`py:bytes-like object` representing the image data to use.
|
The :term:`py:bytes-like object` representing the image data to use.
|
||||||
Only JPG, PNG and GIF images are supported.
|
Only JPG, PNG and GIF images are supported.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user