Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(emoji): implement app emojis #1224

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update disnake/client.py
Co-authored-by: Victor <[email protected]>
Signed-off-by: Snipy7374 <[email protected]>
Snipy7374 and Victorsitou authored Nov 26, 2024
commit 51dae3be77e973a66d79c4ec91ac6b84c619f08f
2 changes: 1 addition & 1 deletion disnake/client.py
Original file line number Diff line number Diff line change
@@ -2504,7 +2504,7 @@ async def create_application_emoji(self, *, name: str, image: AssetBytes) -> Emo
Parameters
----------
name: :class:`str`
The name of the new string.
The emoji name. Must be at least 2 characters.
image: |resource_type|
The image data of the emoji.
Only JPG, PNG and GIF images are supported.