From 9d3410684256c5b8a574f2ddeed8e9f0d7edb983 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Sun, 27 Dec 2020 19:31:32 +0000 Subject: [PATCH] Updated paths --- src/Bot/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bot/init.php b/src/Bot/init.php index 196e921..6b4c196 100644 --- a/src/Bot/init.php +++ b/src/Bot/init.php @@ -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.");