diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js index 6808f93..43636f5 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -16,6 +16,11 @@ class ytpCommand extends Command { match: 'flag', flag: ['--add'] }, + { + id: 'pool', + match: 'flag', + flag: ['--pool'] + }, { id: 'link', type: 'string' @@ -30,6 +35,10 @@ class ytpCommand extends Command { } async exec(message, args) { + if (args.pool) { + return message.channel.send(`here is currently ${fs.readdirSync('./asset/ytp/userVid/').length} videos, you can add yours by doing \`\`${prefix[0]} ytp --add (link or attachment)\`\``); + } + if (args.add) { let loadingmsg = await message.channel.send('Downloading '); let Attachment = (message.attachments).array();