Mega fix on YouTube video downloader
This commit is contained in:
parent
2d9cb55a87
commit
37cb595999
9 changed files with 188 additions and 33 deletions
1
bot.js
1
bot.js
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue