Mega fix on YouTube video downloader

This commit is contained in:
Lucas Gabriel 2024-09-28 17:24:27 -03:00
parent 2d9cb55a87
commit 37cb595999
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
9 changed files with 188 additions and 33 deletions

1
bot.js
View file

@ -3,6 +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/ytdlp-wrapper.js');
// require('./plugins/termlogger.js');
const bot = new Telegraf(Config.botToken);