I have been trying to do this for some time, but to no luck. I am fairly new javascript so am not very competent at it. I essentially want it to work like the reaction roles bot:
It asks which channel to add the reaction roles to, you reply with '#general' for instance.
Then it asks which message you want to add it too, you reply with the '[message ID]' you want the reaction roles added to.
Then it asks which emoji to react with to get the role, you reply with that emoji (also include failsafe in case its a nitro only emoji).
Then it asks for which role to give the person, you reply with something like '@moderator'.
Finally it asks if you want to receive the roll (1) from clicking on it or remove the roll (2) from the user. you reply with either '1' or '2'
Then it will add the reaction to the message and that should be it and it would work.
Any help at all is welcome, even if it only contributes to a small part of this, I am aware after programming on other languages it is never easy to make these things. Thank you everyone!