cordavix custom-commands --create
Your own slash commands, no coding required
Create your own commands with a fixed, random or embed response - with real variables, channel and role restrictions, and a cooldown, entirely from the dashboard.
Depiction: a member runs one of their own slash commands with a freely chosen name; on the right the three possible response types appear, here shown as an embed response.
How custom commands work
An exactly named slash command triggers the response
Every custom command is registered with Discord as a real slash command. When a member runs it, the bot looks for an enabled command with exactly that name for the server - no prefix or text matching like classic chat triggers.
Three response types: text, random, embed
A command replies with either a fixed text, one of up to 20 randomly chosen variants, or an embed made of a title, description, colour, image and footer - the type is fixed when the command is created in the dashboard.
Variables insert real values
{user}, {username}, {userid}, {server}, {serverid}, {membercount}, {channel}, {date} and {time} are replaced with the executing member's real values in the response text as well as in the embed title, description and footer.
Channels, roles and cooldown limit its use
A command can be restricted to specific channels and roles (empty = everywhere / for everyone), and a per-member cooldown is stored in Redis - so it survives a restart of the bot.
Managed in the dashboard, with a usage counter
Commands are created, edited, toggled on and off, or deleted in the dashboard; each of these changes automatically registers or removes the slash command with Discord, and a usage counter shows how often it has run.
Custom commands: 5 in the free plan, 25 from Basic, Unlimited from Pro.
The command only your server has
Set up your first custom command for free in just a few minutes.