discord_send_message
Send a message to a Discord channel or user via DM. Optionally reply to an existing message.
Instructions
Send a message to a channel or user (DM). Specify channelId OR userId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channelId | No | Guild channel ID | |
| userId | No | User ID to DM | |
| content | Yes | Message text | |
| replyToMessageId | No | Optional message ID to reply to |