From 954b1a7631120f340d5f14511ad05a1b0a4878ef Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 19 May 2020 14:15:47 -0400 Subject: [PATCH] Lol --- structures/phone/PhoneCall.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/structures/phone/PhoneCall.js b/structures/phone/PhoneCall.js index 37bd199e..77ea55bd 100644 --- a/structures/phone/PhoneCall.js +++ b/structures/phone/PhoneCall.js @@ -1,3 +1,4 @@ +const { stripIndents } = require('common-tags'); const { shorten, stripInvites, verify } = require('../../util/Util'); module.exports = class PhoneCall { @@ -106,8 +107,7 @@ module.exports = class PhoneCall { } sendVoicemail(channel, msg) { - if (!channel.topic || channel.topic.includes('')) return null; - return channel.send(stripInvites` + return channel.send(stripIndents` ☎️ New Voicemail from **${msg.guild.name}**: **${msg.author.tag}:** ${msg.content} `);