feat(discord-control): add channel-private-update and member-list field projection

This commit is contained in:
2026-02-25 21:59:51 +00:00
parent 4bec5982a5
commit f20728b02d
3 changed files with 138 additions and 3 deletions

View File

@@ -11,4 +11,5 @@
- Added no-touch config rendering and integration docs
- Added discord-control-api with:
- `channel-private-create` (create private channel for allowlist)
- `member-list` (guild members list with pagination)
- `channel-private-update` (update allowlist/overwrites for existing channel)
- `member-list` (guild members list with pagination + optional field projection)