Send Discord Message
discord_send_messageSend a message to a Discord channel by providing the channel ID and content, with optional reply to an existing message.
Instructions
Send a message to a Discord channel.
Args:
channel_id (string): Discord channel ID
content (string): Message content (max 2000 characters)
reply_to (string, optional): Message ID to reply to
Returns: The sent message details including ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Message content (max 2000 characters) | |
| reply_to | No | Optional message ID to reply to | |
| channel_id | Yes | Discord channel ID (snowflake) |