feat(discord-control): add private-channel and member-list admin API
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: check check-rules test-api up down smoke render-config package-plugin
|
||||
.PHONY: check check-rules test-api up down smoke render-config package-plugin discord-control-up
|
||||
|
||||
check:
|
||||
cd plugin && npm run check
|
||||
@@ -23,3 +23,6 @@ render-config:
|
||||
|
||||
package-plugin:
|
||||
node scripts/package-plugin.mjs
|
||||
|
||||
discord-control-up:
|
||||
cd discord-control-api && node server.mjs
|
||||
|
||||
Reference in New Issue
Block a user