mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Strip Invites from Voicemail Messages
This commit is contained in:
@@ -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)}
|
||||
`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user