Disable commands and modules
You can block commands or whole cogs from running server-wide, in a specific channel, or for a specific role. Server owners and bot owners are always exempt.The
disable and help commands are protected and cannot be disabled.Quick disable
Run,disable <command> [channel_or_role] to disable a command in the current channel by default. If you provide a channel or role, the rule applies there instead.
Examples:
,disable bandisables,banin the current channel.,disable ban #generaldisables,banin #general.,disable ban @Muteddisables,banfor anyone with the Muted role.
Server-wide disable
Use the,disable command subcommand to default to server-wide rules.
,disable command bandisables,banacross the entire server.,disable command ban #bot-commandsdisables,banin #bot-commands.
Disable entire modules
You can disable a whole cog at once.,disable module Levelingdisables the Leveling module server-wide.,disable module Leveling #bot-commandsdisables it only in #bot-commands.,disable module remove Levelingre-enables the module.,disable module listshows every module-level disable rule.
Re-enable commands
,disable remove banremoves all disable rules for,ban.,disable remove ban #generalremoves only the rule for #general.,disable resetclears every disable rule in the server.,disable reset banclears all rules for,banonly.
List active rules
,disable listshows all command-level disable rules.,disable module listshows all module-level rules.
Customize moderation messages
The,invoke system lets you configure the DM and channel messages sent for moderation actions. You can use variables, embed tags, and container syntax to match your server’s branding.
Available actions
You can configure messages for:ban, unban, tempban, softban, hardban, kick, mute, unmute, runmute, rmute, imute, iunmute, jail, unjail, warn, timeout, and untimeout.
Set a message
Each action has amessage and a dm subcommand. Use set to configure and view to preview.
- Channel message:
,invoke ban message set You were banned from {guild.name} by {moderator} for {reason} - DM message:
,invoke ban dm set {embed}$v{title: Banned}$v{description: You have been banned from {guild.name}}
Variables you can use
Run,invoke variables for the full list. Common variables include:
- Punishment:
{reason},{moderator},{moderator.name},{moderator.mention} - Target:
{user},{user.name},{user.display_name},{user.mention},{user.id},{user.avatar},{user.created_at},{user.joined_at} - Server:
{guild.name},{guild.id},{guild.icon},{guild.member_count} - Channel:
{channel.name},{channel.mention},{channel.id}
Embed and container tags
seize supports rich formatting tags separated by$v:
{embed}or{container}{title: ...}{description: ...}{color: #hex}{field: name && value && inline}{thumbnail: ...}{image: ...}{author: name && icon && url}{footer: ...}{button: link && Label && https://example.com}
{container} instead of {embed} for a Components V2 layout.
Preview a message
,invoke ban message viewpreviews the configured channel message.,invoke ban dm viewpreviews the configured DM message.
