Add about command

This commit is contained in:
2025-01-30 03:28:45 +00:00
parent 85c93c8683
commit ae85cc9fb6
9 changed files with 135 additions and 7 deletions

View File

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