Spaces:
Paused
Paused
Update bot.js
Browse files
bot.js
CHANGED
|
@@ -4,7 +4,7 @@ const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path;
|
|
| 4 |
const os = require('os');
|
| 5 |
|
| 6 |
// Initialize Telegram bot with polling
|
| 7 |
-
const token = '
|
| 8 |
if (!token) {
|
| 9 |
console.error('خطأ: يجب تعيين TELEGRAM_BOT_TOKEN في الكود');
|
| 10 |
process.exit(1);
|
|
|
|
| 4 |
const os = require('os');
|
| 5 |
|
| 6 |
// Initialize Telegram bot with polling
|
| 7 |
+
const token = '8197567488:AAHqTu7Dko_iD3gp0khj_i2R7LnknGX7gs4';
|
| 8 |
if (!token) {
|
| 9 |
console.error('خطأ: يجب تعيين TELEGRAM_BOT_TOKEN في الكود');
|
| 10 |
process.exit(1);
|