add meaningful description for creator command
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user