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) {
command
.name(self.name())
.description("Hello world!")
.description("Some handful commands for the bot's creator!")
.create_option(|option| {
option
.name("verify")