---
title: "Discord Send Message"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/messaging/discord/discordsendmessage
markdown: https://docs.nodetool.ai/nodes/messaging/discord/discordsendmessage.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/messaging/discord/discordsendmessage.md
---

# Discord Send Message

**Type:** `messaging.discord.DiscordSendMessage`

**Namespace:** `messaging.discord`

## Description

Send a message to a Discord channel using a bot token.
    discord, send, message, bot, channel, chat, notify

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| token | `str` | Discord bot token | `` |
| channel_id | `str` | Target channel ID | `` |
| content | `str` | Message content | `` |
| tts | `bool` | Send as text-to-speech | `false` |
| embeds | `list[dict[str, any]]` | Embeds as Discord embed dictionaries | null |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dict[str, any]` |  |

## Related Nodes

Browse other nodes in the [messaging.discord](./) namespace.
