summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-28 21:22:57 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-28 21:22:57 +0200
commitd5d815cece8cbe3a021f174022807aeee94f2cdd (patch)
tree34b296be7f084324f9b2ea3d79f06dfc347ad6e4 /server
parent8a1afe4b7e3b62b70fac8be35ef91a8b09e1f0e3 (diff)
downloadhurrycurry-d5d815cece8cbe3a021f174022807aeee94f2cdd.tar
hurrycurry-d5d815cece8cbe3a021f174022807aeee94f2cdd.tar.bz2
hurrycurry-d5d815cece8cbe3a021f174022807aeee94f2cdd.tar.zst
/bot alias
Diffstat (limited to 'server')
-rw-r--r--server/src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands.rs b/server/src/commands.rs
index 06659161..478d88e3 100644
--- a/server/src/commands.rs
+++ b/server/src/commands.rs
@@ -70,7 +70,7 @@ enum Command {
},
/// Reload the resource index
ReloadIndex,
- #[clap(alias = "summon-bot", alias = "spawn-bot")]
+ #[clap(alias = "summon", alias = "bot")]
CreateBot {
algo: String,
name: Option<String>,