add global commands

This commit is contained in:
2024-02-14 23:40:59 +01:00
parent 197129cf72
commit 4eee0adf40
3 changed files with 45 additions and 36 deletions

11
Cargo.lock generated
View File

@@ -414,6 +414,7 @@ dependencies = [
"twilight-http",
"twilight-model",
"twilight-standby",
"twilight-util",
]
[[package]]
@@ -2613,6 +2614,16 @@ dependencies = [
"twilight-model",
]
[[package]]
name = "twilight-util"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe3149347d8222e042a55deba80cd32f93f14770bbb845b8e4cfbd70a5062c56"
dependencies = [
"twilight-model",
"twilight-validate",
]
[[package]]
name = "twilight-validate"
version = "0.15.3"