Browse Source
Update Client.create_application_emoji docs
pull/10082/head
tom
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|