change telegramm bot token to produ

This commit is contained in:
Stefan
2025-07-26 11:29:50 +02:00
parent 13a079df58
commit c76eb47100

View File

@@ -62,7 +62,7 @@ function sendMessage(msg, idList) {
} }
if (config.activate_telegram) { if (config.activate_telegram) {
const token = "8483944836:AAFC0lqdertqrZw4KcNC9BKs8C1vKuWGZ-E"; const token = "6150769224:AAGhBagPEi23QtBJl65YNuwEBBXwHguDV0E";
bot = new TelegramBot(token, { polling: true }); bot = new TelegramBot(token, { polling: true });