Added missing help command

This commit adds the missing help command for the bot.
This commit is contained in:
2020-12-25 16:38:27 +00:00
parent 4911163c71
commit 2a2d2a0b7e
4 changed files with 55 additions and 2 deletions

View File

@@ -8,3 +8,4 @@ $dotenv->load();
$dotenv->required('BOT_AUTH_TOKEN')->notEmpty();
$dotenv->required('COMMAND_PREFIX')->notEmpty();
define('PROJECT_ROOT', realpath(__DIR__ . '/../../'));