feat: implement proper ("static") parameters handling command parser -> bot

feat: handle few more commands bot side
fix(commands): handle missing parameters and return error
refactor(commands): use ordermap instead of relying on a sort function to sort tokens
This commit is contained in:
dusk 2025-01-05 13:00:06 +09:00
parent 1a781014bd
commit eec9f64026
No known key found for this signature in database
16 changed files with 358 additions and 502 deletions

View file

@ -11,6 +11,7 @@ lazy_static = { workspace = true }
uniffi = { version = "0.25" }
smol_str = "0.3.2"
ordermap = "0.5"
[build-dependencies]
uniffi = { version = "0.25", features = [ "build" ] }