add meaningful description for creator command

This commit is contained in:
Suiranoil
2023-04-20 10:29:31 +03:00
parent 5a81704ac4
commit 4a13bc4832

View File

@@ -24,7 +24,7 @@ impl MixerCommand for CreatorCommand {
fn create(&self, command: &mut CreateApplicationCommand) { fn create(&self, command: &mut CreateApplicationCommand) {
command command
.name(self.name()) .name(self.name())
.description("Hello world!") .description("Some handful commands for the bot's creator!")
.create_option(|option| { .create_option(|option| {
option option
.name("verify") .name("verify")