From 765afa2c5d0da2b4b4f7ba6ae112796f122f9b63 Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Sun, 27 Oct 2019 23:19:02 +0100
Subject: [PATCH] update description

---
 commands/fun/ytp.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js
index 43636f54..96550846 100644
--- a/commands/fun/ytp.js
+++ b/commands/fun/ytp.js
@@ -27,7 +27,7 @@ class ytpCommand extends Command {
 				}
 			],
 			description: {
-				content: 'Generate random ytp (--add with a link or attachment to add a video to the pool, only .mp4 work)',
+				content: 'Generate random ytp | --add with a link or attachment to add a video to the pool, only .mp4 work | --pool to see how many vid there is currently in the pool ',
 				usage: '',
 				examples: ['']
 			}
@@ -36,7 +36,7 @@ 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)\`\``);
+			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) {