revoltchat / revolt.js

Modern Typescript library for interacting with Revolt.
https://revolt.js.org
MIT License
216 stars 54 forks source link

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

Closed sudoker0 closed 4 weeks ago

sudoker0 commented 10 months ago

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.

MagnusHJensen commented 6 months ago

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

Rexogamer commented 6 months ago

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

maximatically commented 4 months ago

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

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

maximatically commented 4 weeks ago

@insertish this can be closed. 👍

insertish commented 4 weeks ago

Thanks