Spaces:
Paused
Paused
Update bot.js
Browse files
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:
|
| 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);
|