forked from Supositware/Haha-Yes
removed a space
This commit is contained in:
parent
4bb11693e8
commit
c2c7bac6a5
1 changed files with 1 additions and 1 deletions
|
@ -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!)\nWant it to go faster? Donate to the dev with the donate command, so i can get a better server and do it faster!');
|
||||
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 donate 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');
|
||||
|
|
Loading…
Reference in a new issue