mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-24 03:01:16 +03:00
d63eae528c
Add channel-create, channel-edit, channel-delete, channel-move, category-create, category-edit, and category-delete actions to the unified message tool. These actions were already implemented in the Discord-specific handler but weren't accessible via the pi_message tool. Changes: - Add 7 new channel/category management actions to MessageActionSchema - Add parameters: name, type, parentId, topic, position, nsfw, rateLimitPerUser, categoryId - Gate actions behind discord.actions.channels (disabled by default) - Add execute handlers routing to existing Discord action handlers - Update Discord skill SKILL.md with documentation Channel types: 0=text, 2=voice, 4=category