Files
Microsoft-Rewards-Bot/docs/notifications.md

19 lines
461 B
Markdown

# Notifications
## What it does
Sends run summaries and issues to your preferred webhook.
## How to use
- Set `DISCORD_WEBHOOK_URL` in your environment for Discord alerts.
- Keep `humanization.enabled` true to avoid unsafe behavior in production.
- Start the bot normally; alerts send automatically when configured.
## Example
```bash
set DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
npm start
```
---
**[← Back to Documentation](index.md)**