From 1b9237894eae6f6427b86ba322a56b20e36f3148 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 2 Sep 2020 18:00:52 -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 55327132..d3de5198 100644 --- a/commands/phone/phone.js +++ b/commands/phone/phone.js @@ -49,7 +49,7 @@ module.exports = class PhoneCommand extends Command { && channel.topic.includes('') && !channel.topic.includes('') && !channel.topic.includes(``) - && !channel.topic.includes(``) + && !channel.topic.includes(``) && !msg.guild.channels.cache.has(channel.id) && (channelID ? true : !this.client.inPhoneCall(channel))); if (!channels.size) return msg.reply('No channels currently allow phone calls...');