A Discord bot to remove malicious discord gift links
Alternatively, you can also host this bot yourself!
Lately, there have been many scams where hackers get access to Discord accounts and use them to send phishing links of supposed Discord Nitro gifts in every server. Sadly, a lot of people click on those links by which they as well give those hackers access to their account, creating a vicious cycle. Most of the time, users falling for this scam don't even realize it until they see messages of their account that they did not send.
I built this bot to mitigate these phishing link attacks.
After you add the bot to your server, it will start analysing all links contained inside new messages.
When a message link looks similar to a discord link (for example dlscord.com
, where there is a lowercase L in place of an i) but isn't actually from discord,
the bot will delete the message and take the configured action. You can also configure it to log the action to a logchannel
- The link get's deleted
- The user receives a dm, informing them that their account has probably been compromised and how to get it back.
- The user get's either kicked or timeouted from the server
You can configure different actions for what to do with the compromised user
- Kicking the user, sending them an invite to re-join after they reset their password (default)
- Timeouting the user for a configured period of time, giving them the possibility to reset their password without kicking them from the server.
Command | Description |
---|---|
/phishing action <kick|ban> | Configure what the bot will do to a compromised user |
/phishing logs #channel | Set a logchannel |
/phishing duration | Set the timeout duration if enabled |