Update bot.js

This commit is contained in:
Lucas Gabriel 2024-09-20 19:13:53 -03:00 committed by GitHub
parent b7820a1276
commit 292c1926fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
bot.js
View File

@ -3,7 +3,7 @@ const path = require('path');
const fs = require('fs');
const Config = require('./props/config.json');
const { isOnSpamWatch } = require('./plugins/lib-spamwatch/spamwatch.js');
require('./plugins/termlogger.js');
// require('./plugins/termlogger.js');
const bot = new Telegraf(Config.botToken);
const MAX_RETRIES = 5;