This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Discord Notification Hook for Claude Code | |
| # Sends a notification to Discord when Claude finishes responding | |
| # | |
| # Documentation on how to create Discord Webhook - https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks | |
| # | |
| # Environment Variables Used: | |
| # - CLAUDE_PROJECT_DIR: Full path to the current project directory | |
| # |