From c76eb471006c22d2bf5b3a808d88d2fde78c49ce Mon Sep 17 00:00:00 2001 From: Stefan <53957363+Stefan080106@users.noreply.github.com> Date: Sat, 26 Jul 2025 11:29:50 +0200 Subject: [PATCH] change telegramm bot token to produ --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5d98c6d..76d21e0 100644 --- a/src/index.js +++ b/src/index.js @@ -62,7 +62,7 @@ function sendMessage(msg, idList) { } if (config.activate_telegram) { - const token = "8483944836:AAFC0lqdertqrZw4KcNC9BKs8C1vKuWGZ-E"; + const token = "6150769224:AAGhBagPEi23QtBJl65YNuwEBBXwHguDV0E"; bot = new TelegramBot(token, { polling: true });