diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-28 21:22:57 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-28 21:22:57 +0200 |
commit | d5d815cece8cbe3a021f174022807aeee94f2cdd (patch) | |
tree | 34b296be7f084324f9b2ea3d79f06dfc347ad6e4 /server/src | |
parent | 8a1afe4b7e3b62b70fac8be35ef91a8b09e1f0e3 (diff) | |
download | hurrycurry-d5d815cece8cbe3a021f174022807aeee94f2cdd.tar hurrycurry-d5d815cece8cbe3a021f174022807aeee94f2cdd.tar.bz2 hurrycurry-d5d815cece8cbe3a021f174022807aeee94f2cdd.tar.zst |
/bot alias
Diffstat (limited to 'server/src')
-rw-r--r-- | server/src/commands.rs | 2 |
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>, |