Fixed typo, woo

This commit is contained in:
aewens 2018-07-30 16:22:08 -04:00
parent 25e0a44330
commit 036794e50a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ module.exports = class Whois {
self.client.say(self.channel, `${domain} is "${status}"`);
}).catch((error) => {
const zipper = `${this.summoner}, vi zipro, ${domain}`;
self.client.say(self.channel, `${zipper} cansnot exist!`);
self.client.say(self.channel, `${zipper} cannot exist!`);
});
return response;