> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/build/discord.md).

# Send a Discord message in Duaer

In Duaer, Discord defaults to Connection Type Bot Token and Resource Channel. To chat, set Resource to Message and Operation to Send. You need a discordBotApi credential.
## Send a channel message

1. Create a discordBotApi credential.
2. Search for Discord and connect it after the previous node. Leave Connection Type on Bot Token and select that credential.
3. Set Resource to Message and leave Operation on Send.
4. Leave Send To on Channel, then choose Channel.
5. Set Message. Select Execute step.

Resource defaults to Channel (Operation Create). Connection Type Webhook can post to one fixed channel.

For other chat, see [Send a Slack message in Duaer](/build/slack.md) and [Send a Telegram message in Duaer](/build/telegram.md).
## Questions

### Is Discord Connection Type the same as Authentication in Duaer?

The panel label is Connection Type. Choices are Bot Token, OAuth2, and Webhook.

## Related

- [Send a Slack message in Duaer](https://doc.duaer.com/build/slack.md)
- [Send a Telegram message in Duaer](https://doc.duaer.com/build/telegram.md)
- [Send an SMS with Twilio in Duaer](https://doc.duaer.com/build/twilio.md)

