diff --git a/src/BenBot.php b/src/BenBot.php index e157700..0b8d998 100644 --- a/src/BenBot.php +++ b/src/BenBot.php @@ -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\n| = available options```"; return $response; } }, [