Closed KazWolfe closed 6 years ago
One of the core features of this bot should be the ability to allow users to grant themselves certain roles by using message reactions.
Users should:
To keep things clean, users should be allowed to promote one of a few selected emojis to a message.
The config of this feature should be in the following format:
"promotions": { "11223344": { "thinking": "22112211" } }
In the above example, reacting with :thinking: to message ID 11223344 will grant you role 22112211.
:thinking:
11223344
22112211
One of the core features of this bot should be the ability to allow users to grant themselves certain roles by using message reactions.
Users should:
To keep things clean, users should be allowed to promote one of a few selected emojis to a message.
The config of this feature should be in the following format:
In the above example, reacting with
:thinking:
to message ID11223344
will grant you role22112211
.