revolt.js
revolt.js copied to clipboard
feature request: add ability for client to delete emojis
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.
Is this not already available on the message object? https://github.com/revoltchat/revolt.js/blob/master/src/classes/Message.ts#L323
This issue refers to creating custom emoji, not adding reactions - see here
This issue refers to creating custom emoji, not adding reactions - see here
What about the emoji object? It contains the delete function.
@insertish this can be closed. 👍
Thanks