From 8a7b12d00d4b64d8b74580d1b7c55e95fe7c5f43 Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Sun, 27 Oct 2019 22:51:38 +0100
Subject: [PATCH] change message

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

diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js
index 8aeb2b07..a6863929 100644
--- a/commands/fun/ytp.js
+++ b/commands/fun/ytp.js
@@ -45,10 +45,12 @@ class ytpCommand extends Command {
 						loadingmsg.delete();
 						return message.channel.send('An error has occured, I can\'t download from the link you provided.');
 					} else {
-						return message.channel.send('Video sucessfully added to the pool!');
+						loadingmsg.delete();
+						return message.reply('Video sucessfully added to the pool!');
 					}
 				});
 			} else {
+				loadingmsg.delete();
 				return message.channel.send('You need a valid video link!');
 			}
 		}