diff --git a/index.js b/index.js index 796eeca..4130193 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ const TelegramBot = require('node-telegram-bot-api'); const { exec } = require('child_process'); // Ganti dengan token bot Telegram Anda -const token = '7069670027:AAGrM4SX8wAyoFmZpKQQo83qS3aANewmleI'; +const token = '6913181862:AAFqQKIRgDtDIEp_xS_C2POJlPyMUricOb0'; // Inisialisasi bot dengan token const bot = new TelegramBot(token, { polling: true });