From f174a5cadce44abdfef42eb3c9373254d941260d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 1 Dec 2020 21:00:01 -0500 Subject: [PATCH] Fix --- commands/phone/phone-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/phone/phone-info.js b/commands/phone/phone-info.js index c8825f1b..e3aa8148 100644 --- a/commands/phone/phone-info.js +++ b/commands/phone/phone-info.js @@ -19,7 +19,7 @@ module.exports = class PhoneInfoCommand extends Command { const call = origin || recipient; if (!call.active) return msg.reply('☎️ This call is not currently active.'); const otherChannel = msg.channel.id === call.origin.id ? call.recipient : call.origin; - const otherChannelDM = msg.channel.id === call.origin.id ? false : Boolean(call.origin.guild); + const otherChannelDM = msg.channel.id === call.origin.id ? false : !call.origin.guild; const embed = new MessageEmbed() .setColor(0x00AE86) .setThumbnail(otherChannelDM