diff --git a/commands/fun/midify.js b/commands/fun/midify.js index ab5457be..71e1c706 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 '); + let loadingmsg = await message.channel.send('Processing (this can take some time) '); if (url) { return youtubedl.exec(url, ['--format=mp4', '-o', input], {}, function(err) {