Overview
The command control system allows you to disable specific commands or all commands in your server or individual channels. This gives you fine-grained control over which bot features are available and where.Critical management commands (like enable/disable commands) cannot be disabled to prevent lockouts.
Commands
disablecommand
disablecommand
Disable a specific command server-wide or in a channel.Parameters:
Permissions: Administrator
- command — Command name to disable
- #channel — Optional: Specific channel to disable in
- Without channel: Disables command server-wide
- With channel: Disables command only in that channel
- Works for both prefix and slash commands
blockcmd, blockcommand, disablecmdPermissions: Administrator
enablecommand
enablecommand
Enable a previously disabled command.What It Does:
Permissions: Administrator
- Removes command from disabled list
- Re-enables both prefix and slash versions
- Removes from all channel-specific blocks
unblockcmd, enablecmdPermissions: Administrator
disableallcommand
disableallcommand
Disable all commands server-wide or in a channel.Parameters:
Permissions: Administrator
- #channel — Optional: Specific channel to disable all commands in
- Without channel: Disables all commands server-wide
- With channel: Disables all commands in that channel
- Protects critical management commands
- Works for both prefix and slash commands
blockall, disableallcmdPermissions: Administrator
enableallcommands
enableallcommands
Enable all commands globally or in a specific channel.Parameters:
Permissions: Administrator
- #channel — Optional: Specific channel to enable all commands in
- Without channel: Enables all commands everywhere
- With channel: Enables all commands in that channel
- Clears all disabled command configurations
unblockall, enableallcmdPermissions: Administrator
disabledcmdlist
disabledcmdlist
View all disabled commands in your server.What It Shows:
- Commands disabled server-wide
- Commands disabled in specific channels
- Whether all commands are disabled anywhere
- Organized by scope (server vs channel)
How It Works
Scope Levels
- Server-Wide
- Channel-Specific
Disable commands for the entire server:Effect:
- Command blocked in all channels
- Applies to all members
- Both prefix and slash versions
Protected Commands
These commands cannot be disabled to prevent server lockouts:enablecommandenableallcommandsdisablecommanddisableallcommand- All their aliases
Protection ensures you can always manage command access, even if all commands are disabled.
Permission Requirements
Bot Permissions
No special permissions required beyond basic message reading and sending.
User Permissions
Command Requirements:
- Administrator — Required for all enable/disable commands
Usage Examples
- Block Fun Commands
- Channel-Specific Rules
- Temporary Restrictions
- Complete Lockdown
- Management
Common Use Cases
Control spam in general chat
Control spam in general chat
Dedicated command channels
Dedicated command channels
Temporary restrictions during events
Temporary restrictions during events
Maintenance mode
Maintenance mode
Related Features
Server Settings
Configure other server settings and preferences
Custom Replies
Customize command responses for your server