const website = /(?:https:\/\/)?(www\.)?((?:[A-z0-9]+\.){1,128}[A-z0-9]{2,64})/gi;
const discord = /(?:https?:\/\/)?(?:www\.)?discord(?:\.gg|\.me|(?:app)?|.com\/invite)?\/([A-z0-9-_]{1,25})/gi
I mean if i do the first it will block this.message for example i dont want to block the normal(not mean to send link) what should i do.