aboutsummaryrefslogtreecommitdiff
path: root/src/handler.rs
Commit message (Collapse)AuthorAge
* filter: Fully flesh out deletion/review handlerCara Salter2022-05-13
| | | | | | WIP: Currently, deletions do not work. Error returned: User event listener encountered an error on InteractionCreate event: The bot is not author of this message.
* filter: Initial message filter implementationCara Salter2022-05-03
| | | | Also a custom error type, tracing_subscriber, and unsafe impls
* FLAKECara Salter2022-04-18
|
* Add CI0.6.0Cara Salter2022-02-15
| | | | | | | | | | Update dependencies Update docker image Fix CI Docker
* formatCara Salter2022-01-16
|
* 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.