From 9187dd862a178e44456169053ee1ae5aa91d8403 Mon Sep 17 00:00:00 2001 From: Aaka8h2 Date: Wed, 21 Aug 2024 18:41:39 +0530 Subject: [PATCH] Update config.php --- config/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.php b/config/config.php index 50e86c0..4e7daf4 100644 --- a/config/config.php +++ b/config/config.php @@ -9,7 +9,7 @@ | It can be obtained from https://telegram.dog/BotFather | */ -$config['botToken'] = ""; +$config['botToken'] = "7358261398:AAEJGgyfeyt2sRjVzeJV6jg4VnOO0fJcxZg"; /* |-------------------------------------------------------------------------- @@ -20,7 +20,7 @@ | ID can be obtained from https://telegram.dog/username_to_id_bot | */ -$config['adminID'] = ""; +$config['adminID'] = "5983253591"; /* |-------------------------------------------------------------------------- @@ -31,7 +31,7 @@ | ID can be obtained from https://telegram.dog/BotFather | */ -$config['logsID'] = ""; +$config['logsID'] = "-1002197868136"; /* |--------------------------------------------------------------------------