update help text

This commit is contained in:
Ben Harris 2017-04-26 01:44:56 -04:00
parent ea2a15415c
commit df0a276fd7
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class BenBot extends Discord
$response = "```{$this->banner}\n- a bot made by benh. avatar by hirose.\n\n";
sort($this->help);
$response .= implode("", $this->help);
$response .= "\n-------------------------------------------------------------\n;help [command] - get more information about a specific command\ncommands are case-insensitive.\n\n[] denotes an optional argument.\n<> denotes a required argument.\n| denotes available options.```";
$response .= "\n-------------------------------------------------------------\n;help [command] - get more information about a specific command\ncommands are case-insensitive.\n\n[optional]\n<require>\n| = available options```";
return $response;
}
}, [