DenizenScript / dDiscordBot

A Discord bot for Denizen!
MIT License
10 stars 13 forks source link

Reaction support #19

Closed Mwthorn closed 3 years ago

Mwthorn commented 5 years ago

Basically allow the bot to react to messages with emotes - discord id:mybot add_react message_id:<[msg]> ":ok_hand:" - discord id:mybot remove_react message_id:<[msg]> ":ok_hand:" or - discord id:mybot add_react message_id:<[msg]> emote:ok_hand - discord id:mybot remove_react message_id:<[msg]> emote:ok_hand

Useful for setting up votes in broadcast messages or have the bot react to certain messages containing words for fun.

Maybe also add the corresponding events: ReactionAddEvent and ReactionRemoveEvent if anyone are interested to add functionality like "react to get this role"