Answers for "discord anti link"

0

discord anti link

client.on('message', (message) => {
  if (message.content.includes('discord.gg/'||'discordapp.com/invite/'||'https://'||'http://')) {
    message.delete()
      .then(message.channel.send('Link Deleted:\n**Invite links are not permitted on this server**'))
  }
});
Posted by: Guest on June-09-2021

Browse Popular Code Answers by Language