aboutsummaryrefslogtreecommitdiff
path: root/src/commands/reactionroles.rs
Commit message (Collapse)AuthorAge
* Update serenity versionCara Salter2022-06-12
|
* rroles: Implement add and delCara Salter2022-01-16
| | | | Also abstract updating the menu into its own function
* rroles: Make menu more interactiveCara Salter2022-01-16
| | | | | No longer requires all roles+reactions to be sent in one message, making it easier to not hit the timeout
* rroles: Fix release checkCara Salter2022-01-12
| | | | numerous syntax errors
* rroles: Fix stylingCara Salter2022-01-12
| | | | | Make the role list have mentions instead of just the role names. Also make the event handler ignore itself.
* rroles: Implement Reaction RolesCara Salter2022-01-12
now requires postgresql.