1
0
Fork 0

Send message when compressing

akairo
loicbersier 6 years ago
parent 0ab05e5bc2
commit 34b41410fd

@ -57,6 +57,9 @@ class DownloadCommand extends Command {
};
hbjs.spawn(options)
.on('start', function() {
message.channel.send('Vid bigger than 8MB compressing now ( This can take a long time!)');
})
.on('error', err => {
message.channel.send('An error has occured while compressing the video');
console.error(err);

Loading…
Cancel
Save