Docs: clarify Discord channel type values

This commit is contained in:
Shadow
2026-01-11 09:58:15 -06:00
parent d63eae528c
commit 4c3a853673
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
- Docs: add gog calendar event color IDs from `gog calendar colors`. (#715) — thanks @mjrussell. - Docs: add gog calendar event color IDs from `gog calendar colors`. (#715) — thanks @mjrussell.
- Cron/CLI: trim model overrides on cron edits and document main-session guidance. (#711) — thanks @mjrussell. - Cron/CLI: trim model overrides on cron edits and document main-session guidance. (#711) — thanks @mjrussell.
- Skills: bundle `skill-creator` to guide creating and packaging skills. - Skills: bundle `skill-creator` to guide creating and packaging skills.
- Docs: clarify Discord message tool channel type values. (#730) — thanks @NicholasSpisak
### Fixes ### Fixes
- Doctor: surface plugin diagnostics in the report. - Doctor: surface plugin diagnostics in the report.

View File

@@ -332,7 +332,7 @@ Create, edit, delete, and move channels and categories. Enable via `discord.acti
} }
``` ```
- `type`: 0 = text, 2 = voice, 4 = category (use `categoryCreate` for convenience) - `type`: Discord channel type integer (0 = text, 2 = voice, 4 = category; other values supported)
- `parentId`: category ID to nest under (optional) - `parentId`: category ID to nest under (optional)
- `topic`, `position`, `nsfw`: optional - `topic`, `position`, `nsfw`: optional