Updated paths

This commit is contained in:
2020-12-27 19:31:32 +00:00
parent e0dd320b1e
commit 9d34106842

View File

@@ -18,7 +18,7 @@ if (!file_exists(PROJECT_ROOT . '/Storage/Logs/bot.log'))
{
touch(PROJECT_ROOT . '/Storage/Logs/bot.log');
}
Analog::handler(File::init(PROJECT_ROOT . 'Storage/Logs/bot.log'));
Analog::handler(File::init(PROJECT_ROOT . '/Storage/Logs/bot.log'));
Analog::info("Finished intializing configuration and dependencies.");