https://github.com/edde746/discord-phishing-filter
A very simple Discord bot to filter out phishing links
https://github.com/edde746/discord-phishing-filter
Last synced: 8 months ago
JSON representation
A very simple Discord bot to filter out phishing links
- Host: GitHub
- URL: https://github.com/edde746/discord-phishing-filter
- Owner: edde746
- Created: 2022-05-29T08:35:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T09:21:42.000Z (about 4 years ago)
- Last Synced: 2024-10-11T16:12:31.501Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord-phishing-filter
A very simple discord bot to filter out phishing links.
## Deployment
1. Create an application on the [Discord Developer Portal](https://discord.com/developers/applications)
2. Save bot token to .env
3. Run `npm run start` and invite the bot
## Credits
[nikolaischunk/discord-phishing-links](https://github.com/nikolaischunk/discord-phishing-links)