URL Blocking
Block specific URLs from being posted in your server.
Updated April 11, 2026
The URL blocking system scans every message in real-time and prevents users from posting any URLs on your block list. Adding a URL to the list is enough — the block takes effect immediately.
Commands
Add Blocked URLBlock one or more URLs from being posted in your server.
Learn more
Delete Blocked URLRemove a URL from your server's block list.
Learn more
Disable URL BlockingTemporarily turn off URL blocking without deleting your block list.
Learn more
Enable URL BlockingActivate URL blocking in your server.
Learn more
List Blocked URLsView all URLs currently blocked in your server.
Learn more
List Cached URLsView URLs currently loaded in the bot's active block cache.
Learn more
How it works
- Enable URL blocking with
/urlblock enable - Add URLs to block with
/urlblock add - AntiRaid scans every message. If a blocked URL is detected, the message is prevented and the user is notified
The system handles URLs with and without protocols — https://spam.com and spam.com are treated as the same.
Permissions
| Command | Required permission |
|---|---|
/urlblock add | urlblock.add |
/urlblock delete | urlblock.delete |
/urlblock enable | urlblock.enable |
/urlblock disable | urlblock.disable |
/urlblock list | urlblock.list |
/urlblock listcached | urlblock.list |