forked from spacejewelhosting/raspberry-bot
Added missing help command
This commit adds the missing help command for the bot.
This commit is contained in:
@@ -8,3 +8,4 @@ $dotenv->load();
|
||||
$dotenv->required('BOT_AUTH_TOKEN')->notEmpty();
|
||||
$dotenv->required('COMMAND_PREFIX')->notEmpty();
|
||||
|
||||
define('PROJECT_ROOT', realpath(__DIR__ . '/../../'));
|
||||
|
Reference in New Issue
Block a user