feature request: add ability for client to delete emojis #31

Closed
opened 2026-02-16 12:26:50 -05:00 by yindo · 5 comments
Owner

Originally created by @sudoker0 on GitHub (Aug 28, 2023).

What do you want to see?

In the latest version of the revolt.js npm package, which as of writing this issue is 7.0.0-beta.9, the client can fetch and add emojis to an server (though the fetchEmojis and createEmoji method), but not delete the emojis. So adding the ability to delete emojis would help add more capabilities to the packages.

Originally created by @sudoker0 on GitHub (Aug 28, 2023). ### What do you want to see? In the latest version of the revolt.js npm package, which as of writing this issue is `7.0.0-beta.9`, the client can fetch and add emojis to an server (though the `fetchEmojis` and `createEmoji` method), but not delete the emojis. So adding the ability to delete emojis would help add more capabilities to the packages.
yindo added the enhancement label 2026-02-16 12:26:50 -05:00
yindo closed this issue 2026-02-16 12:26:50 -05:00
Author
Owner

@MagnusHJensen commented on GitHub (Jan 7, 2024):

Is this not already available on the message object?
https://github.com/revoltchat/revolt.js/blob/master/src/classes/Message.ts#L323

@MagnusHJensen commented on GitHub (Jan 7, 2024): Is this not already available on the message object? https://github.com/revoltchat/revolt.js/blob/master/src/classes/Message.ts#L323
Author
Owner

@Rexogamer commented on GitHub (Jan 7, 2024):

This issue refers to creating custom emoji, not adding reactions - see here

@Rexogamer commented on GitHub (Jan 7, 2024): This issue refers to creating custom emoji, not adding reactions - see [here](https://github.com/revoltchat/revolt.js/blob/6eb6ddbc31632f55a0f6a39a00f9ae44507df8e1/src/classes/Server.ts#L689-L721)
Author
Owner

@xibn commented on GitHub (Feb 24, 2024):

This issue refers to creating custom emoji, not adding reactions - see here

What about the emoji object? It contains the delete function.

@xibn commented on GitHub (Feb 24, 2024): > This issue refers to creating custom emoji, not adding reactions - see [here](https://github.com/revoltchat/revolt.js/blob/6eb6ddbc31632f55a0f6a39a00f9ae44507df8e1/src/classes/Server.ts#L689-L721) What about the emoji object? [It contains the delete function.](https://github.com/revoltchat/revolt.js/blob/master/src/classes/Emoji.ts#L85)
Author
Owner

@xibn commented on GitHub (Jun 11, 2024):

@insertish this can be closed. 👍

@xibn commented on GitHub (Jun 11, 2024): @insertish this can be closed. 👍
Author
Owner

@insertish commented on GitHub (Jun 11, 2024):

Thanks

@insertish commented on GitHub (Jun 11, 2024): Thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/javascript-client-sdk#31