Your shorthand, for the commands you run all day
Map a short word to any AntiLink command and bake in the arguments you always pass. Your moderators stop typing the long version at three in the morning.
What an alias actually does
It rewrites the invocation before AntiLink handles it. The real command does the work, so nothing about how it behaves changes.
You type
!r @spammer posting invitesAntiLink runs
/warn @spammer posting invitesThe everyday one. Three keystrokes instead of six, same warning, same case record.
You type
!lockAntiLink runs
/lockdown onpreset onA preset argument is baked into the alias, so the raid button is a single word.
You type
!p 50AntiLink runs
/purge 50Anything you type after the alias is passed straight through to the real command.
You type
!check discord-gifts.example.zipAntiLink runs
/checklink discord-gifts.example.zipWorks with any public command, not just moderation.
Set a command prefix first
Aliases run through the text-prefix engine, so your server needs a prefix set under Server Settings. With no prefix, slash commands still work normally and aliases simply do nothing. A prefix is free on every plan.
Shortcuts, not loopholes
It can never shadow a real command
An alias named after any built-in command, or after ping, commands, cmds or h, is refused when you create it. There is no way to redefine what /ban does by naming an alias ban.
It cannot grant a permission
An alias only rewrites the invocation. The real command still runs every one of its own checks: your Discord permissions, the plan gate, and any Command Control rule you set. A member who cannot use /ban cannot use an alias for it either.
One hop, never a loop
Resolution is single-pass. An alias points at a real command, and an alias that points at another alias is not followed, so a chain can never spin.
Owner commands are off limits
Only public commands can be aliased. The owner and team maintenance commands are excluded from the registry entirely, so they cannot be reached through a shorthand.
Manage them wherever you are
In Discord
/alias create name: r command: warn
/alias list
/alias remove name: r
Open to the server owner, Administrators, anyone with Manage Server, and any role you have set as a Bot Master.
In the dashboard
The Aliases tab sits under Custom Commands. Pick the command from a dropdown, add preset arguments, and see a live preview of exactly what the alias will run before you save. Toggle one off without deleting it.
Alias names allow lowercase letters, numbers, hyphens and underscores, up to 32 characters.
How many you get
AntiLink Basic
5 aliases
Free, with preset arguments included.
AntiLink Plus and Premium
100 aliases
Same features, room for a large staff team.
Stop typing the long version
Set a prefix, add your first alias, and your moderators will never go back.