Overview
Discord tool allows you to send messages via webhooks or bot tokens to Discord servers.Installation
Environment Variables
Quick Start
Usage with Agent
Available Methods
send_webhook(content, username=None)
Send a message via webhook.send_message(channel_id, content)
Send a message to a channel (requires bot token).Common Errors
| Error | Cause | Solution |
|---|---|---|
DISCORD_WEBHOOK_URL not configured | Missing webhook | Set environment variable |
Invalid webhook | Wrong URL | Check webhook URL |
Rate limited | Too many messages | Add delays |

