Removed comments on wiki.js + removed logging support (again)
This commit is contained in:
parent
15fd56e18f
commit
321bf39650
2 changed files with 4 additions and 6 deletions
2
bot.js
2
bot.js
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue