Overview
Utilities

Command Structure Guide

SYNTHET's command surface has been restructured for clarity and to stay within Discord's per-guild slash command cap. This guide maps every change — renames, retirements, consolidations, and prefix-only conversions — so you and your staff know exactly where each command now lives.

What Changed & Why

Discord limits each bot to 100 guild-scoped slash commands. SYNTHET had outgrown that cap, so we reduced the slash surface to high-value, heavily-parameterized commands and moved simple utilities to prefix-only access. Configuration-heavy admin tools moved to the dashboard where they belong. No feature was removed — only the invocation path changed.

Default Prefix

The default prefix is !. It is configurable per guild in the dashboard under General → Prefix. Examples below use ! but replace it with whatever your server uses.

Renames

/cooldowns → /cd

The cooldown viewer has been renamed from /cooldowns to /cd. Behavior is unchanged. Both !cooldowns and !cd prefix forms still work.

Slash Commands Retired to Dashboard

15 administrative slash commands have been removed from Discord. Every feature is preserved and fully accessible on the dashboard, which has a richer UI for configuration-heavy workflows.

Retired Commands

/logs, /feed, /gameintel, /customcommand, /backup, /modules, /autoreact, /bumpr, /counter, /automod, /stats, /bie, /rr-panel, /rr-option, /lifecycle.

Where to find them now

  • /logs → Dashboard → Logging
  • /feed → Dashboard → Feeds
  • /gameintel → Dashboard → Game Intel
  • /customcommand → Dashboard → Custom Commands
  • /backup → Dashboard → Backups
  • /modules → Dashboard → Modules
  • /autoreact → Dashboard → Auto-React
  • /bumpr → Dashboard → Bump Reminders
  • /counter → Dashboard → Counters
  • /automod → Dashboard → Auto-Mod
  • /stats → Dashboard → Server Stats
  • /bie → Dashboard → Behavioral Insights
  • /rr-panel, /rr-option → Dashboard → Reaction Roles
  • /lifecycle → Dashboard → Lifecycle

Prefix-Only Commands

The following commands have been removed from the slash surface but continue to work as prefix commands. They are still fully supported — no functionality loss.

Full List (30 commands)

!afk, !help, !mod-help, !ping, !userinfo, !av, !banner, !poll, !snipe, !s, !cs, !location, !time, !weather, !profile, !tr, !ts, !define, !img, !link, !bal, !daily, !weekly, !pay, !dep, !wd, !beg, !rob, !bail, !break.

Moderation — /mod Consolidation

All 21 moderation actions are unified under /mod. Prefix aliases (!kick, !ban, !mute, etc.) are unchanged.

Subcommands

warn, kick, ban, unban, timeout, untimeout, purge, slowmode, lock, unlock, warnings, clearwarnings, modlogs, jail, unjail, mute, unmute, imagemute, unimagemute, reactionmute, unreactionmute.

Tickets — /ticket vs /ticket-admin

Member-facing subcommands live under /ticket (create, close, rename, etc.). Admin subcommands have moved under /ticket-admin, organized into five groups.

/ticket-admin category — category CRUD, SLA, auto-assign
/ticket-admin blacklist — add, remove, list blacklisted users
/ticket-admin panel — panel post, edit, delete
/ticket-admin setup — wizard, toggles, channel/archive config
/ticket-admin staff — assign/revoke staff, workload view

/quote Rework

The !quote command has been reworked into a reply-based flow. The old save argument has been removed.

Save a quote

Reply to any message and run !quote. The replied-to message is saved as a quote in the server's quote collection with an ID, author attribution, and timestamp.

Random quote

!quote on its own (not a reply) returns a random quote from the server.

Most recent quote

!quote last returns the most recently saved quote.

Report a quote

!quote report <id> <reason> flags the quote with the given ID for staff review. Staff see flagged quotes in the dashboard moderation queue.

Breaking: save argument removed

!quote save "message" no longer works. Use the reply-based flow instead — it captures the real message author and link, which the old free-form save did not.

Quick Cheat Sheet

OldNew
/cooldowns/cd
/kick @u reason/mod kick @u reason or !kick @u reason
/afk reason!afk reason
/ping!ping
/quote save "msg"Reply to message + !quote
/ticket-blacklist add @u/ticket-admin blacklist add @u
/logs channel setDashboard → Logging
/automod rule addDashboard → Auto-Mod
/backup createDashboard → Backups