KazWolfe / HuskyBot

Discord chatbot for /r/DIY_Tech. Roo!
Mozilla Public License 2.0
6 stars 7 forks source link

Allow users to grant themselves roles by reacting to messages #1

Closed KazWolfe closed 6 years ago

KazWolfe commented 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.