send_message
Send a message to a Discord channel using its channel ID. Reply to an existing message to add context.
Instructions
Send a message to a Discord channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The message content to send | |
| channel_id | Yes | The Discord channel ID to send the message to | |
| reply_to_message_id | No | Optional: message ID to reply to |