telegram icon and UI

This commit is contained in:
Dobromir Popov
2024-03-02 21:25:11 +02:00
parent 61a564ea55
commit 32a713420e
5 changed files with 15 additions and 6 deletions

View File

@ -5,7 +5,7 @@ const TelegramBot = require('node-telegram-bot-api');
const filePath = path.join(__dirname, '../content/telegram_users.json');
const token = process.env.TELEGRAM_BOT_TOKEN;
const enabled = process.env.TELEGRAM_BOT_ENABLED === 'true';
const enabled = process.env.TELEGRAM_BOT === 'true';
let bot;