Fixed logging + put it back again

This commit is contained in:
Lucas Gabriel 2024-10-03 22:40:50 -03:00 committed by GiovaniFZ
parent 4f8c715350
commit f3747f3f78
No known key found for this signature in database
GPG key ID: 63DD92181B575322
2 changed files with 14 additions and 19 deletions

2
bot.js
View file

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