gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

Reaction roles #4

Open Shivansh-007 opened 3 years ago

Shivansh-007 commented 3 years ago

Reaction roles

Proposed commands

Proposed database data structure

message_id: {
    channel: channel_id,
    description: str,
    roles: {
        roleid: {
             emote: emote_str
             description: str
        }
     }
}

Would you like to implement this yourself?