feat: Implemented daily timer
- Bump version to 0.10.0 - Added /timer command
This commit is contained in:
parent
60aa5fcb34
commit
cc916c06ce
11 changed files with 187 additions and 32 deletions
|
|
@ -6,10 +6,11 @@ repository.workspace = true
|
|||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.42"
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
dotenvy = "0.15.7"
|
||||
poise = "0.6.1"
|
||||
serde = "1.0.228"
|
||||
squad-quest = { version = "0.9.0", path = ".." }
|
||||
squad-quest = { version = "0.10.0", path = ".." }
|
||||
tokio = { version = "1.48.0", features = ["rt-multi-thread"] }
|
||||
toml = "0.9.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue