diff --git a/commands/phone/phone.js b/commands/phone/phone.js index 411257bb..964603e1 100644 --- a/commands/phone/phone.js +++ b/commands/phone/phone.js @@ -42,7 +42,6 @@ module.exports = class PhoneCommand extends Command { const channels = this.client.channels.cache.filter(channel => channel.guild && channel.topic && channel.topic.includes('') - && !channel.topic.includes('') && !this.client.phone.isBlocked(msg.channel, channel, msg.author) && (msg.guild ? !msg.guild.channels.cache.has(channel.id) : true) && !this.client.phone.inCall(channel)); diff --git a/commands/util-public/options.js b/commands/util-public/options.js index 12af3391..8823e3c6 100644 --- a/commands/util-public/options.js +++ b/commands/util-public/options.js @@ -26,9 +26,7 @@ module.exports = class OptionsCommand extends Command { \`\` Automatically accepts all incoming phone calls. \`\` Hides the abuse notice from phone call pick-ups. \`\` Prevents this channel from recieving voicemails for missed calls. - \`\` Makes the channel only able to be called directly, rather than picked randomly. \`\` Blocks a channel or server from contacting you via phone. - \`\` Shows this channel in \`phone-book\`. __Portal Options__ \`\` Marks the channel as a portal channel for \`portal-send\`.