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} `);