Remove now useless option

This commit is contained in:
Dragon Fire
2021-04-29 17:19:14 -04:00
parent d9c184084a
commit b220d8bac0
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -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('<xiao:phone>')
&& !channel.topic.includes('<xiao:phone:no-random>')
&& !this.client.phone.isBlocked(msg.channel, channel, msg.author)
&& (msg.guild ? !msg.guild.channels.cache.has(channel.id) : true)
&& !this.client.phone.inCall(channel));