Send message
send_messageSend a message to a Discord channel using the channel ID. Optionally reply to an existing message by providing its message ID.
Instructions
Send a message to a channel. Optionally reply to an existing message by passing replyToMessageId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Message text (max 2000 characters) | |
| channelId | Yes | The channel ID to send to | |
| replyToMessageId | No | Message ID to reply to |