discord_send_message
Send plain text messages to Discord channels using channel IDs or names. Specify content and optional server ID for targeted communication.
Instructions
Send a plain text message to a Discord channel.
Args: channel: Channel ID or channel name (e.g. "general" or "123456789") content: The message text to send guild_id: Server/guild ID. Required when channel is a name. Falls back to DISCORD_DEFAULT_GUILD_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| content | Yes | ||
| guild_id | No |