diff --git a/package.json b/package.json index 59e5b157..0607aad4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "116.37.2", + "version": "116.37.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": { diff --git a/structures/phone/PhoneCall.js b/structures/phone/PhoneCall.js index 5bf16cb3..13c57296 100644 --- a/structures/phone/PhoneCall.js +++ b/structures/phone/PhoneCall.js @@ -122,7 +122,7 @@ module.exports = class PhoneCall { sendVoicemail(channel, msg) { return channel.send(stripIndents` ☎️ New Voicemail from **${msg.guild.name}:** - **${msg.author.tag}:** ${msg.content} + **${msg.author.tag}:** ${stripInvites(msg.content)} `); }