diff --git a/spells/whois.js b/spells/whois.js index 00e9260..cad48ff 100644 --- a/spells/whois.js +++ b/spells/whois.js @@ -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;