tools.discord_manage_channels module
Create, edit, and delete Discord channels.
- async tools.discord_manage_channels.run(action, server_id=None, channel_id=None, name=None, category_id=None, topic=None, nsfw=None, slowmode_delay=None, bitrate=None, user_limit=None, position=None, ctx=None)[source]
Execute this tool and return the result.
- Parameters:
action (
str) – The action value.channel_id (
str|None) – Discord/Matrix channel identifier.ctx (
ToolContext|None) – Tool execution context providing access to bot internals.
- Returns:
Result string.
- Return type: