discord_send
Send messages to Discord channels directly from your local environment using the Discord REST API.
Instructions
Send a message to a Discord channel.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message content to send | |
| channel | No | Channel name (e.g. "general") or ID. Uses default channel if omitted. |