From 4669f6981e032c719f56ac6428ac29648bdeb80d Mon Sep 17 00:00:00 2001 From: AnggiX <112361916+anggianakbaik@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:33:19 +0700 Subject: [PATCH] index1.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });