Browse Source

Update Client.create_application_emoji docs

pull/10082/head
tom 3 months ago
committed by GitHub
parent
commit
2c3938dd51
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/client.py

2
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.

Loading…
Cancel
Save