From 0ca4fc5b5af26fc2b863d1f02adff31e1303551d Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 12 Oct 2019 18:02:46 +0200 Subject: [PATCH] fix typo --- commands/fun/vidshittifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/vidshittifier.js b/commands/fun/vidshittifier.js index 337d10a..1cc9494 100644 --- a/commands/fun/vidshittifier.js +++ b/commands/fun/vidshittifier.js @@ -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!'); }); } }