Commit Graph

14 Commits (673d5b56f0f8d24b2251e9c15329520eac441c9c)

Author SHA1 Message Date
Joey Hines 673d5b56f0
Moved event_handler to its own module and cleaned up readme 2022-03-20 09:46:40 -06:00
Joey Hines 0baf273237
Improved message handling
+ Messages broadcast to all channels are now all started in "parallel"
+ This should improve message times to all channels, especially when there are many players
+ Start of the logic needed for having multiple deputy bots and one chief bot
+ clippy + fmt
2022-03-19 21:37:05 -06:00
Joey Hines 0796f0be21
General cleanup after the first game
+ Randomized codename order obscuring players more
+ Added better error handling code
+ Support hour + minute time increments
+ Refactored layout to be more clear
+ clippy + fmt
2022-03-19 21:12:38 -06:00
Joey Hines 5dd1b5daa7
Using discord uuids as player ids and fixed issue with add_time 2022-03-15 18:29:06 -06:00
Joey Hines 935e0bb3f3
Bold player names 2022-03-15 16:08:01 -06:00
Joey Hines a72fb8a899
$players command returns the discord username for the host
+ clippy + fmt
2022-03-13 16:09:05 -06:00
Joey Hines e4b98b7796
Added help messages 2022-03-10 19:48:42 -07:00
Joey Hines 23f5a86013
Updated prefix and added help command 2022-03-07 19:56:12 -07:00
Joey Hines 4ff36d3fe8
Fixed players not being able to send images 2022-03-06 14:38:23 -07:00
Joey Hines 98bc997ff3
Added !players command 2022-03-06 14:18:54 -07:00
Joey Hines 086bd1051e
Give players read perms for their private channel 2022-03-06 13:25:18 -07:00
Joey Hines 10fa6f6906
Added remaining bare minimum functionality
+ Added phase handling and player termination
+ Fixed an issue with some commands not saving game data
+ Added game_status command
+ Updated readme with commands and new features
+ clippy + fmt
2022-03-06 12:48:11 -07:00
Joey Hines e72d603149
Added commands + persistence
+ `say`: used by the host to speak in the game chat
+ `end`: ends the game and cleans up
+ `broadcast`: Send an important game message that that is pinned in each channel
+ Persistent allows games to continue across bot restarts
+ clippy + fmt
2022-03-06 10:03:49 -07:00
Joey Hines fd878c3721
Initial commit 2022-03-05 14:35:02 -07:00