Commit Graph

4 Commits (a5e1a275e846038789eed31a600c904c61eec79a)

Author SHA1 Message Date
Joey Hines a5e1a275e8
Message router refactor
+ Created the WoxlfMessage struct to streamline interface
+ Message tasks are now joined at once instead of sequentially
+ Clippy + fmt
2023-01-05 22:05:13 -07:00
Joey Hines ca80846e0d
Initial refactor of message handling
+ Split all message handling into message_router.rs
+ Added whisper command
+ Updated serenity version
+ Fmt, but clippy failing
2023-01-03 20:06:56 -07:00
Joey Hines 3daa20db9a
Added test_theme command
ci/woodpecker/push/woodpecker Pipeline was successful Details
+ Allows you to see all the messages in a theme easily
+ Clippy + fmt
2022-05-29 13:14:30 -06:00
Joey Hines 230930a23c
Added config for themes. Fixes #1
* WOxlf now supports a number of game themes
 * Each theme can have custom messages, profile pics, phrasing, etc
 * Messages are defined as tera templates
* Couple small improvements
+ Clippy + fmt
2022-05-28 16:31:41 -06:00