add wager and balance commands

This commit is contained in:
2024-10-10 23:54:13 -04:00
parent 7d591197b0
commit f131815bb2
3 changed files with 38 additions and 5 deletions

View File

@@ -6,4 +6,5 @@ edition = "2021"
[dependencies]
poise = "0.6.1"
tokio = { version = "1", features = ["full"] }
dotenv = "0.15.0"
dotenv = "0.15.0"
rand = "0.8.5"