From 2ef3a1d97424146b3c1ca2134f81f3683e6527e4 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 14 Oct 2020 20:20:05 +0200 Subject: [PATCH] fixed some english Signed-off-by: loicbersier --- commands/admin/whitelistword.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/whitelistword.js b/commands/admin/whitelistword.js index 3a113faa..5c68bd15 100644 --- a/commands/admin/whitelistword.js +++ b/commands/admin/whitelistword.js @@ -49,7 +49,7 @@ class whitelistWordCommand extends Command { whitelistWord.destroy({where: {word: args.word.toLowerCase(), serverID: message.guild.id}}); return message.channel.send(`The word ${args.word.toLowerCase()} is no longer whitelisted`); } else { - return message.channel.send('There was no word to whiteliste'); + return message.channel.send('There was no word to unwhitelist'); } }