From dfbe56ae2d58f9ce5661cf1959945d1fa7bed65d Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Fri, 22 Nov 2019 16:30:54 +0100
Subject: [PATCH] add "this can take some time" to the loading message

---
 commands/fun/midify.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/fun/midify.js b/commands/fun/midify.js
index ab5457b..71e1c70 100644
--- a/commands/fun/midify.js
+++ b/commands/fun/midify.js
@@ -38,7 +38,7 @@ class midifyCommand extends Command {
 		let output2 = `${os.tmpdir()}/${message.id}.mp3`;
 
 		
-		let loadingmsg = await message.channel.send('Processing <a:loadingmin:527579785212329984>');
+		let loadingmsg = await message.channel.send('Processing (this can take some time) <a:loadingmin:527579785212329984>');
 
 		if (url) {
 			return youtubedl.exec(url, ['--format=mp4', '-o', input], {}, function(err) {