Built-in commands
Built-in commands cover verification, rank requests, cases, tickets, moderation, events, diagnostics, and Scout checks. Permissions are evaluated when the command runs; visibility in Discord does not guarantee that the actor is allowed to perform the action. See the complete Discord command reference.Custom commands
Each workspace can create up to 50 custom commands. A command supports:- A lowercase name and Discord description.
- A plain message or embed response.
- Private or channel visibility.
- Everyone or staff-only access.
- A per-member cooldown.
- Up to five string options.
Embed responses
The editor supports a title and link, color, author, thumbnail, image, footer, up to ten fields, and up to three URL buttons. HTTP(S) links are validated. Mentions do not notify users or roles.Custom commands cannot execute arbitrary code or make arbitrary HTTP requests. Reserved built-in names cannot be overwritten.
Registration lifecycle
The worker reconciles enabled commands to the connected guild. When definitions change, Discord registration updates automatically. Open Bot Management → Activity to inspect registration failures. If a new built-in command conflicts with an older custom command, Rodyne preserves the custom command under a generated-custom- name instead of deleting it.
Publishing checklist
- Keep the name short and unambiguous.
- Use a staff-only response if it reveals internal process.
- Preview every placeholder and option.
- Confirm URLs and image hosts are trusted.
- Enable the command and wait for registration.
- Test in the real guild with both an authorized and unauthorized account.
Guided walkthrough

Built-in and custom commands are reviewed, enabled, and reconciled from one page.
Operating procedure
1
Review built-ins
Disable commands the community will not use and note which require staff capabilities.
2
Design a custom response
Choose visibility, audience, cooldown, placeholders, and any embed elements.
3
Preview with realistic input
Exercise every option and placeholder, including missing optional values.
4
Publish and wait
Enable the command and wait for Discord registration to complete.
5
Test authorization
Run it with authorized, unauthorized, and ordinary member accounts.