description:"Removes the canary and ptb prefix from message links",
authors:[Devs.Samu],
description:"Allows you to change/remove the subdomain of discord message and channel links",
authors:[
Devs.Samu,
Devs.nea,
],
options:{
linkPrefix:{
description:"The subdomain for your discord message links",
type:OptionType.STRING,
default:"",
restartNeeded: false,
},
alwaysUseDiscordHost:{
description:"Always use discord.com host (replace discordapp.com)",
type:OptionType.BOOLEAN,
default:false,
restartNeeded: false,
},
},
dependencies:["MessageEventsAPI"],
removeBetas(msg: MessageObject){
msg.content=msg.content.replace(/(?<=https:\/\/)(canary.|ptb.)(?=discord(?:app)?.com\/channels\/(?:\d{17,20}|@me)\/\d{17,20}\/\d{17,20})/g,"");// Ven W