diff --git a/src/bot/commands/creator.rs b/src/bot/commands/creator.rs index 804873e..a749f39 100644 --- a/src/bot/commands/creator.rs +++ b/src/bot/commands/creator.rs @@ -24,7 +24,7 @@ impl MixerCommand for CreatorCommand { fn create(&self, command: &mut CreateApplicationCommand) { command .name(self.name()) - .description("Hello world!") + .description("Some handful commands for the bot's creator!") .create_option(|option| { option .name("verify")