Fix help formatting
This commit is contained in:
parent
e08db5b770
commit
034994775a
|
@ -446,7 +446,7 @@ fn help(ctx: &mut Context, message: &Message) -> CommandResult {
|
||||||
("owo sausage", "sosig", false),
|
("owo sausage", "sosig", false),
|
||||||
("owo help", "Help the fellow humanz!", false),
|
("owo help", "Help the fellow humanz!", false),
|
||||||
("owo info", "Show information about me!", false),
|
("owo info", "Show information about me!", false),
|
||||||
/* (
|
/*(
|
||||||
"owo compare_bot ``bot's name``",
|
"owo compare_bot ``bot's name``",
|
||||||
"Compare me to other robots!",
|
"Compare me to other robots!",
|
||||||
false,
|
false,
|
||||||
|
@ -459,7 +459,7 @@ fn help(ctx: &mut Context, message: &Message) -> CommandResult {
|
||||||
("owo ship ``[names]``", "*shipping intensifies*", false),
|
("owo ship ``[names]``", "*shipping intensifies*", false),
|
||||||
("owo headpat ``name``", "Headpat someone", false),
|
("owo headpat ``name``", "Headpat someone", false),
|
||||||
("owo owo ``text``", "owoify input text", false),
|
("owo owo ``text``", "owoify input text", false),
|
||||||
("Admin commands:", "\u{200B}", true),
|
("\u{200B}", "**Admin commands:**", false),
|
||||||
("owo halt", "kill me", false),
|
("owo halt", "kill me", false),
|
||||||
("owo list_srv", "list my servers", false),
|
("owo list_srv", "list my servers", false),
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue