diff options
Diffstat (limited to 'server')
| -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>,  |