diff --git a/commands/phone/phone.js b/commands/phone/phone.js index cfe80e8f..55327132 100644 --- a/commands/phone/phone.js +++ b/commands/phone/phone.js @@ -65,7 +65,7 @@ module.exports = class PhoneCommand extends Command { if (channel.topic.includes(``)) { return msg.reply('That channel has blocked this channel from calling them.'); } - if (channel.topic.includes(``)) { + if (channel.topic.includes(``)) { return msg.replY('That channel has blocked this server from calling them.'); } } else {