discord_send_file
Send a file or image to a Discord channel using a data URI or HTTP URL. Supports optional message text and multiple file uploads.
Instructions
Send a file/image to a channel. source is a data URI or http(s) URL. For multiple files use the files array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | ||
| source | No | data URI or http(s) URL of the file | |
| content | No | Optional message text | |
| filename | No | ||
| channelId | Yes |