send_message
Send a message to a specified Discord channel using the channel ID and message content. Supports optional reply-to for threading.
Instructions
Send a message to a channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Message text (supports Discord markdown) | |
| reply_to | No | Message ID to reply to (optional) | |
| channel_id | Yes | Channel ID |