telegram icon and UI
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user