Add a function that you can use to edit a certain emoji.
I am currently writing a bot that should have emoji managing commands. I got to the part where I needed to use emojiEdit, not as an event but as a function. There wasn't one. I am only able to delete the emoji and add a new one with the new name. This is not that important at the minute, but it would be a nice thing to have.
12
-
An emoji should be immutable, as is its ID. It would still be a delete-and-recreate behind the scenes, maybe with some dark magic to reuse the same ID (which is a bad practice) or change the ID without telling you. In practice, I find this a bad thing.
0
Please sign in to leave a comment.
Comments
1 comment