forked from spacejewelhosting/raspberry-bot
Added required API key to dotenv
This commit is contained in:
parent
6021155289
commit
83e87103bf
|
@ -7,5 +7,6 @@ $dotenv->load();
|
|||
|
||||
$dotenv->required('BOT_AUTH_TOKEN')->notEmpty();
|
||||
$dotenv->required('COMMAND_PREFIX')->notEmpty();
|
||||
$dotenv->required('CAT_API_KEY')->notEmpty();
|
||||
|
||||
define('PROJECT_ROOT', realpath(__DIR__ . '/../../'));
|
||||
|
|
Loading…
Reference in New Issue