send_message
Send a message to a Discord channel using its ID and text content, with optional reply to another message.
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 |