mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -65,7 +65,7 @@ module.exports = class PhoneCommand extends Command {
|
||||
if (channel.topic.includes(`<xiao:phone:block:${msg.channel.id}>`)) {
|
||||
return msg.reply('That channel has blocked this channel from calling them.');
|
||||
}
|
||||
if (channel.topic.includes(`<xiao:phone:block:${mag.guild.id}>`)) {
|
||||
if (channel.topic.includes(`<xiao:phone:block:${msg.guild.id}>`)) {
|
||||
return msg.replY('That channel has blocked this server from calling them.');
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user