From c29d24f03e15bcf3857e93e453ec3f49205e19fa Mon Sep 17 00:00:00 2001 From: AmirHossein Date: Sun, 30 Jun 2024 19:07:35 +0330 Subject: [PATCH] update: set default BOT_API_SERVER_DIR path and remove BOT_API_SERVER_LOG_DIR --- Config/bot.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Config/bot.php b/Config/bot.php index 3ee339a..282ee60 100644 --- a/Config/bot.php +++ b/Config/bot.php @@ -40,14 +40,7 @@ * Leave blank if you are not using local bot api server. * (Optional) */ - 'BOT_API_SERVER_DIR' => '', - - /* - * The directory path for logs of the bot API server. - * Leave blank if you don't need logs. - * (Optional) - */ - 'BOT_API_SERVER_LOG_DIR' => '', + 'BOT_API_SERVER_DIR' => 'Storage/API-Server/', /* * The API ID from your Telegram account.