From 19f9f2daf010d15837871a43ac7359ed2f56170a Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 19 Jan 2019 18:59:49 +0100 Subject: [PATCH] Modified message when it compress --- commands/utility/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/download.js b/commands/utility/download.js index cb94869..76e77e7 100644 --- a/commands/utility/download.js +++ b/commands/utility/download.js @@ -58,7 +58,7 @@ class DownloadCommand extends Command { //Compress vid if bigger than 8MB hbjs.spawn(options) .on('start', function() { - message.channel.send('Vid bigger than 8MB compressing now ( This can take a long time!)'); + message.channel.send('Vid bigger than 8MB compressing now ( This can take a long time!)\nWant it to go faster? Donate to the dev with the supportme command, so i can get a better server and do it faster!'); }) .on('error', err => { message.channel.send('An error has occured while compressing the video');