discord_send_message
Send a plain-text message to a Discord channel or thread. Requires the bot to have Send Messages permission.
Instructions
Send a plain-text message to a channel or thread. For rich content (title, color, fields, images) use discord_send_embed; to attach a reply reference to an existing message use discord_reply_message. Requires the bot to have the Send Messages permission. Returns the new message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID (snowflake) of the target channel or thread. | |
| content | Yes | Plain-text body of the message (max 2000 characters). |