create_text_channel
Generate a new text channel in a Discord server, specifying its name, category, and optional topic. Simplify server organization and communication.
Instructions
Create a new text channel
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category_id | No | Optional category ID to place channel in | |
name | Yes | Channel name | |
server_id | Yes | Discord server ID | |
topic | No | Optional channel topic |