Quickly setup Discord reaction roles with this easy to use bot.
Deploy by running
docker run -d --name reactroles -e TOKEN=mytoken -e PREFIX=myprefix puckzxz/reactroles
-
add
Adds a message to the database
add <#Channel> <Message ID> <Emoji> <Role>
It can take more than one emoji and role
add <#Channel> <Message ID> <Emoji 1> <Role 1> <Emoji 2> <Role 2>
-
remove
Removes a message from the database
remove <Message ID>
-
show
Returns a message showing all the messages currently in the database
show
See UNLICENSE for more details