Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Reaction Roles #1

Open
7bitlyrus opened this issue Aug 5, 2020 · 0 comments
Open

Add Reaction Roles #1

7bitlyrus opened this issue Aug 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@7bitlyrus
Copy link
Owner

7bitlyrus commented Aug 5, 2020

Reaction roles would be an awesome thing to have, I just haven't gotten around to adding them yet.

Proposed commands

  • !reaction list (channel/message) - List all reaction role messages on server/in channel, or roles for a message
  • !reaction create (description) - Create a reaction role message in channel
  • !reaction edit (description) - Edit message description of and/or move reaction role to new channel
  • !reaction role id role [emote|"remove"] (description) - Add role to reaction role message with emoji (and role description), or delete role from message.
  • !reaction delete id (force) - Delete reaction role message, all roles should be removed unless force flag is set

Proposed database data structure

message_id: {
    channel: channel_id,
    description: str,
    editors: [id1, id2, id3],
    last_modified: time,
    last_interacted: time,
    roles: {
        roleid: {
             emote: emote_str
             description: str
        }
     }
}
@7bitlyrus 7bitlyrus added the enhancement New feature or request label Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant