Phades Frequently Asked Questions
Discover the full list of Frequently Asked Questions for the Phades Discord Bot with this guide. Easily navigate through the FAQs and find the perfect answer to your needs.
Automoderation bot that blocks nitro scam and phishing attempts from userbots
View
Phades Discord Bot How do I change from kick to ban when a link is detected?
Using !phishing and !shortener in a text channel, use !help for the full listHow do I update the bot?
The bot is automatically update using my GitHub list. No manual update is necessary.This bot didn't ban a domain, what can I do?
Since Phades only detects domain present in the GitHub list, it might be a new domain, please send a pull request on GitHub with the domain which didn’t got banned or send me a DM on Discord.What language/API this bot uses?
It’s built with Python 3.10 and uses Pycord 2.0Why are you not using slash commands or dropdowns/buttons?
I am currently rewriting Phades entirely for slash support and once the library will be stable I will push the update.How do you detect a malicious url?
On the on_message event the bot waits for messages, then it compares them with the domainlist which gets loaded on start and if a domain is found, a kick or ban (chosen by the server admin) will be issued with message deletion.Are you planning in introducing moderation commands?
No, I do not. You can already do that without using a bot at all, just by typing /ban or /kick. I might add modlog so Phades will send in a set channel if someone gets banned but nothing else for now.