feat(discord): add channel/category management actions (#487)

Co-authored-by: Shadow <shadow@clawd.bot>
This commit is contained in:
NickSpisak_
2026-01-09 12:05:58 -05:00
committed by GitHub
parent d588bb00d4
commit cfcff68e91
7 changed files with 597 additions and 0 deletions

View File

@@ -37,6 +37,15 @@ const guildActions = new Set([
"voiceStatus",
"eventList",
"eventCreate",
"channelCreate",
"channelEdit",
"channelDelete",
"channelMove",
"categoryCreate",
"categoryEdit",
"categoryDelete",
"channelPermissionSet",
"channelPermissionRemove",
]);
const moderationActions = new Set(["timeout", "kick", "ban"]);