To modify the provided scripts to use a Discord webhook instead of a Telegram bot, you'll need to make several changes to the code. I'll guide you through the necessary changes in both the builder script and the template/script used for the generated executable.
### Changes to the Builder Script
1. **Remove Telegram-specific prompts and configurations**: Replace the prompts and variables that pertain to Telegram with a single prompt for the


