Docs / Moderation

Mutes & Timeouts

Temporary silences that expire on their own, using Discord timeouts or a mute role.

Two ways to silence someone

/timeout uses Discord's native timeout โ€” the member can't talk, react or join voice anywhere in the server, and Discord enforces it. Maximum 28 days. This is the right tool almost always.

/mute uses a mute role instead. Useful when you want a custom silence โ€” for example muting someone in text but leaving voice alone, or applying restrictions Discord's timeout doesn't cover. It depends on the role's channel permissions being set correctly.

Both expire on their own; /untimeout lifts a timeout early.

Worth knowing

Commands 4

Generated from the bot's source โ€” this list is always what is actually deployed.

/mute MOD

Mute a member with the Cyndrix Muted role (duration and reason required)

personrequiredMember to mute
durationrequiredRequired (examples: 30m, 2h, 7d, permanent)
reasonrequiredReason for mute (required)
/unmute MOD

Remove the Cyndrix Muted role and clear a member's mute

personrequiredMember to unmute
reasonoptionalReason for unmute
/timeout MOD

Time a member out (native Discord timeout, max 28 days)

personrequiredMember to time out
durationrequirede.g. 30m, 2h, 7d (max 28d)
reasonoptionalReason
/untimeout MOD

Remove a member's timeout early

personrequiredMember to clear the timeout for
reasonoptionalReason

Related