discord_send_message
Post a message to a channel. Provide content (text up to 2000 chars), embeds (rich JSON), or both. reply_to makes it a reply.
Bulk support: accepts channel_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| embeds | No | ||
| account | No | ||
| content | No | ||
| reply_to | No | ||
| channel_id | Yes | ||
| channel_ids | No |