Add help command

This commit is contained in:
2025-01-30 02:34:03 +00:00
parent 417621d422
commit 982156e443
6 changed files with 224 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ secrecy = "0.10.3"
serenity = "0.12.4"
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["full"] }
futures = "0.3.31"
[features]
default = ["mysql", "postgres", "sqlite"]