Docs: clarify Discord channel type values
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user