forked from Supositware/Haha-Yes
fixed some english
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
parent
ca5184ff66
commit
2ef3a1d974
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue