discord-manage-channel

Manage Discord channels via API to update names, topics, permissions, and settings.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill discord-manage-channel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-manage-channel
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/discord-manage-channel
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill discord-manage-channel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and automates the manual and error-prone work of updating Discord channel properties so administrators and bots can rename channels, change topics, adjust permissions, move channels between categories, update voice settings, or delete channels without guessing API details or violating server rules.

Core Features & Use Cases

  • Rename channels and update channel topics to keep server organization consistent.
  • Modify permission_overwrites to make channels private, read-only, or role-restricted while preserving auditability.
  • Move channels between categories, reorder positions, adjust voice user limits and bitrate, and perform permanent deletions with explicit confirmation.
  • Use case: A community manager needs to rename multiple channels, update topics, and set a private announcement channel for admins only while respecting rate limits and logging changes.

Quick Start

Rename channel 123456789012345678 to announcements and update its topic to Official server announcements using the bot in the server.

Frequently Asked Questions about discord-manage-channel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rename a Discord channel and update its topic using the API?

To rename a Discord channel and update its topic using the API, you send a PATCH request with the new name and topic strings via the Discord API v10. This requires a valid bot token and the bot must have Manage Channels permission.

Can I modify Discord channel permissions to make a channel private?

Yes, you can modify Discord channel permissions to make a channel private by updating the permission_overwrites payload. This restricts read or write access to specific roles while preserving server auditability.

What is the best way to move channels between categories in Discord?

The best way to move channels between categories in Discord is to use an automation bot that updates channel positions via the API. This method handles bulk reordering safely and respects Discord rate limits.

Do I need a Discord bot token to change voice channel settings like bitrate?

Yes, you need a valid Discord bot token to change voice channel settings like bitrate and user limits. The bot must be a server member with the Manage Channels permission to execute these API v10 updates.

How does rate limiting affect bulk Discord channel deletions?

Rate limiting affects bulk Discord channel deletions by temporarily blocking API requests if sent too quickly. Automation bots must handle rate limit headers during batch operations to prevent failed deletions.