the basis for wwrps is done (may add ranks)

This commit is contained in:
2026-02-27 18:11:15 +01:00
parent f3faa727c6
commit 486a204f1d
5 changed files with 73 additions and 15 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ type Cmd = Command<Data, Box<dyn StdErr + Send + Sync>>;
struct Data {
owners: Vec<u64>,
ball_prompts: [Vec<String>; 2],
rps_game: RPSGame,
rps_game: Mutex<RPSGame>,
reddit_data: Mutex<Option<Value>>,
discord_data: Mutex<Option<Value>>,
cfg: Mutex<Option<toml::Value>>,