update help text

This commit is contained in:
Ben Harris 2017-04-26 01:45:54 -04:00
parent df0a276fd7
commit c7d0aa6724
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[optional]\n<require>\n| = available options```";
$response .= "\n-------------------------------------------------------------\n;help [command] - get more information about a specific command\ncommands are case-insensitive.\n\n[optional]\n<required>\n| = available options```";
return $response;
}
}, [