Overview
The channel management system provides powerful tools for creating, editing, and managing Discord channels. From simple channel creation to cloning, moving, and detailed inspection, the channel command handles all your channel management needs.All channel commands support flexible syntax - you can specify channels by mention, ID, name, or even a Discord channel link.
Commands
channel create
channel create
Create a new channel with a specified type and optional category.Channel Types:
Permissions: Manage Channels
text— Standard text channelvoice— Voice channelcategory— Category to group channelsannouncement— Announcement channelstage— Stage voice channelforum— Forum channel
- type — Channel type (required)
- name — Channel name (required)
- category — Category to place the channel in (optional)
ch newPermissions: Manage Channels
channel delete
channel delete
Delete a channel by mention, ID, or name.What It Does:
Permissions: Manage Channels
- If multiple channels match, shows a selection menu
- Navigate with arrow buttons
- Confirm deletion with the Delete button
ch del, ch rmPermissions: Manage Channels
channel rename
channel rename
Rename a channel to a new name.Flexible Syntax:
Permissions: Manage Channels
- Channel first:
channel rename #general new-name - Name first:
channel rename new-name #general
ch namePermissions: Manage Channels
channel edit
channel edit
Edit a channel’s topic, slowmode, NSFW status, or position using key=value pairs.Editable Options:
Permissions: Manage Channels
topic=— Set the channel topicslowmode=— Slowmode delay in secondsnsfw=— Set NSFW status (trueorfalse)position=— Channel position number
ch updatePermissions: Manage Channels
channel clone
channel clone
Clone a channel with all its settings and permissions.What It Does:
Permissions: Manage Channels
- Clones the channel with all permission overwrites and settings intact
- If no new name is provided, defaults to
original-name-clone
ch copyPermissions: Manage Channels
channel move
channel move
Move a channel into a category.What It Does:
Permissions: Manage Channels
- Moves the channel into the specified category
- Existing permission overwrites are preserved
- Channel first:
channel move #general Information - Category first:
channel move Information #general
ch mvPermissions: Manage Channels
channel info
channel info
Get detailed information about a channel.Information Shown:
Permissions: None (view only)
- Channel name, ID, and type
- Position and category
- Creation date
- Topic (if set)
- NSFW and slowmode status (text/announcement channels)
- User limit and bitrate (voice/stage channels)
- Archived and locked status (threads)
ch iPermissions: None (view only)
Channel Finding
The system intelligently finds channels using multiple methods:- Mention — Most reliable method (
#channel) - Discord Link — Paste a channel link directly
- ID — Use the channel’s unique ID
- Exact Name — Case-insensitive exact match
- Partial Name — If only one channel contains the text
If multiple channels match, you’ll get a selection menu to choose the correct one.
Permission Requirements
Bot Permissions
The bot needs:
- Manage Channels
User Permissions
Command Requirements:
- Manage Channels — For all commands except
info
Aliases
ch
Main alias for all channel commands
Usage Examples
- Basic Operations
- Channel Creation
- Editing
- Clone & Move
- Advanced
Related Features
Role Management
Create, edit, and assign roles
Server Settings
Manage other aspects of your server configuration