This commit is contained in:
loicbersier 2019-10-12 18:02:46 +02:00
parent 32539b09da
commit 0ca4fc5b5a

View file

@ -81,7 +81,7 @@ class vidshittifierCommand extends Command {
.catch(err => {
console.error(err);
loadingmsg.delete();
return message.channel.send('On no! an error just occured! Im gonna be honest with you, i don\'t know what caused it yet! but worry not! my owner wil look into it soon!');
return message.channel.send('On no! an error just occured! Im gonna be honest with you, i don\'t know what caused it yet! but worry not! my owner will look into it soon!');
});
}
}