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 });