feat(README): add channel category functions

- Add functions to create, edit, and delete channel categories
- Enhance documentation for better clarity on available features
This commit is contained in:
Sooty 2025-10-21 20:50:02 +01:00
parent 2df48da13b
commit c03f07f6a9
1 changed files with 3 additions and 0 deletions

View File

@ -278,6 +278,9 @@ You can use Docker containers with both Claude and Cursor:
- `discord_create_text_channel`: Create a text channel - `discord_create_text_channel`: Create a text channel
- `discord_delete_channel`: Delete a channel - `discord_delete_channel`: Delete a channel
- `discord_create_category`: Create a channel category
- `discord_edit_category`: Edit a channel category
- `discord_delete_category`: Delete a channel category
### Forum Functions ### Forum Functions