TheFirstOython commited on
Commit
4273b2e
·
verified ·
1 Parent(s): e5def6c

Update bot.js

Browse files
Files changed (1) hide show
  1. bot.js +1 -1
bot.js CHANGED
@@ -3,7 +3,7 @@ const ffmpegInstaller = require('@ffmpeg-installer/ffmpeg');
3
  const ffmpeg = require('fluent-ffmpeg');
4
  const si = require('systeminformation');
5
 
6
- const TOKEN = '7963845783:AAG_6-x0GTpKqNWLSlOVFGloSnZftA_K5Qo';
7
  const ADMIN_ID = 7708913693;
8
 
9
  ffmpeg.setFfmpegPath(ffmpegInstaller.path);
 
3
  const ffmpeg = require('fluent-ffmpeg');
4
  const si = require('systeminformation');
5
 
6
+ const TOKEN = '7963845783:AAGxfbwOCDwAgs_HMy0l0RDVbDVGLe1-Luc';
7
  const ADMIN_ID = 7708913693;
8
 
9
  ffmpeg.setFfmpegPath(ffmpegInstaller.path);