From f23c9576e312eac08bdc22264a46f843ecf00986 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 2 Sep 2020 17:59:21 -0400 Subject: [PATCH] Fix --- commands/phone/phone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {