From c03f07f6a920014b6b8f0a2c0ad4404a218bd812 Mon Sep 17 00:00:00 2001 From: Sooty <7614538+SootyOwl@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:50:02 +0100 Subject: [PATCH] feat(README): add channel category functions - Add functions to create, edit, and delete channel categories - Enhance documentation for better clarity on available features --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a8407bd..6171cd8 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,9 @@ You can use Docker containers with both Claude and Cursor: - `discord_create_text_channel`: Create a text 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