aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAge
* Add playing status w/ link to site and owner command to updateCara Salter2022-08-31
|
* main: Add all gateway intents to FrameworkBuilderCara Salter2022-06-26
|
* 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
* pony: Add ponybyidCara Salter2022-01-19
| | | | | | | | Required adding the derpi ID to the footer of all the other pony embeds TODO: Refactor generating the pony embeds out of the commands Signed-off-by: Cara Salter <cara@devcara.com>
* rroles: Implement add and delCara Salter2022-01-16
| | | | Also abstract updating the menu into its own function
* formatCara Salter2022-01-16
|
* rroles: Implement Reaction RolesCara Salter2022-01-12
| | | | now requires postgresql.
* Initial CommitCara Salter2022-01-07