feat: Implementation config

- Bump version to 0.7.0
- Added Config::init_path
- Added Error::IsNotImplemented
- discord: added implementation config init/load
- discord: added /init
- discord: added /quest update
This commit is contained in:
Alexey 2025-12-09 21:15:50 +03:00
commit 520992187d
10 changed files with 147 additions and 12 deletions

View file

@ -10,6 +10,6 @@ clap = { version = "4.5.53", features = ["derive"] }
dotenvy = "0.15.7"
poise = "0.6.1"
serde = "1.0.228"
squad-quest = { version = "0.6.0", path = ".." }
squad-quest = { version = "0.7.0", path = ".." }
tokio = { version = "1.48.0", features = ["rt-multi-thread"] }
toml = "0.9.8"