feat(discord-control): add private-channel and member-list admin API

This commit is contained in:
2026-02-25 16:09:14 +00:00
parent 0c6d8bb2c5
commit 867285309b
6 changed files with 283 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "whispergate-discord-control-api",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node server.mjs"
}
}