Commit Graph

5 Commits (66442efae6be7520c101eed6708568f3ccfa756f)

Author SHA1 Message Date
Joey Hines 66442efae6
Bit of refactoring and cleanup
+ Split command groups into their own files
+ Upped version
+ Clippy + fmt
2023-01-08 20:13:31 -07:00
Joey Hines 275f5c9305
Added basic role handling
+ Games now have a config for which roles they have
+ Roles are assigned at game start
+ Roles don't function within the bot, except the spy
+ Added a spy listener
+ Clippy + fmt
2023-01-08 16:23:50 -07:00
Joey Hines 7af3bab486
Added basic listener
+ Only support chat events now
+ Created a listener for host message snooping
+ Clippy + fmt
2023-01-08 13:44:11 -07:00
Joey Hines 9a91a16e0d Message router refactor
+ Created the WoxlfMessage struct to streamline interface
+ Message tasks are now joined at once instead of sequentially
+ Clippy + fmt
2023-01-06 05:07:03 +00:00
Joey Hines 3c219f5bff 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-06 05:07:03 +00:00