Discord Chat
name: discord-chat
by bowenqt · published 2026-03-22
$ claw add gh:bowenqt/bowenqt-discord-chat---
name: discord-chat
description: Send messages, reply to messages, and search message history in Discord channels using the message tool. Use when the user wants to communicate with Discord (send/reply/search messages), check Discord activity, or interact with Discord channels.
---
# Discord Chat
Interact with Discord channels using Clawdbot's `message` tool.
Core Actions
Send Messages
Send a message to a Discord channel:
message action=send channel=discord target="#channel-name" message="Your message here"Or by channel ID:
message action=send channel=discord target="1234567890" message="Your message here"**Tips:**
Reply to Messages
Reply to a specific message:
message action=send channel=discord target="#channel-name" message="Reply text" replyTo="message-id"The `replyTo` parameter creates a threaded reply to the specified message ID.
Search Messages
Search for messages in a channel:
message action=search channel=discord channelId="1234567890" query="search terms" limit=50**Search options:**
See [SEARCH.md](references/SEARCH.md) for advanced search patterns.
Other Actions
**Read messages:**
message action=read channel=discord target="#channel-name" limit=20**React to messages:**
message action=react channel=discord messageId="1234567890" emoji="👍"**Edit messages:**
message action=edit channel=discord messageId="1234567890" message="Updated text"**Delete messages:**
message action=delete channel=discord messageId="1234567890"Quick Reference
Common patterns:
Channel Management
**List channels:**
message action=channel-list channel=discord guildId="server-id"**Get channel info:**
message action=channel-info channel=discord channelId="1234567890"For creating/editing channels, see [CHANNELS.md](references/CHANNELS.md).
Best Practices
1. **Use target names when possible** - `target="#general"` is clearer than IDs
2. **Batch reactions** - One emoji per message, pick the best fit
3. **Format for Discord** - Bullets not tables, `<link>` to suppress embeds
4. **Search before asking** - Check history before requesting info
5. **React > Reply** - Use reactions for simple acknowledgments
Configuration
Your Discord bot configuration should be in the gateway config. The `message` tool routes to the configured Discord plugin automatically when `channel=discord` is specified.
For setup help, see [CONFIG.md](references/CONFIG.md).
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...