HillcrestEnigma / emoji-bot

A bot that lets you bypass the 50 emoji slots limit in Discord, and use animated emojis all without Nitro.
MIT License
0 stars 2 forks source link

Animated Emoji Reaction #5

Open HillcrestEnigma opened 4 years ago

HillcrestEnigma commented 4 years ago

Users have no way of reacting to a message with an animated emote. A command similar to +:emojiname: should be used to add reactions.

psun256 commented 4 years ago

could use a parameter to pick which message to react to. For images you can click, open original, and find the file name, or have the bot post the file name every time someone posts an image.

text: +:emojiname: "lorem ipsum dolor" (partial message?) images / other files +:emojiname: somefile.txt/png/jpg (maybe partial file names accepted like just somef instead of "somefile.txt)

edit: just realized that this wouldn't work for microwave roleplay, so make the bot just not react when multiple messages match

psun256 commented 4 years ago

or to run the first command, and then have the bot put the emoji on the next comment you react to, this one seems much more elegant

HillcrestEnigma commented 4 years ago

that does seem elegant

psun256 commented 4 years ago

won't work in channels you can't type in, so yeah. A pretty jank solution would be to have a separate placeholder emoji, and the bot picks up when that happens, and messages you what emoji to replace it with.