simple proxy for discord webhooks
initially made for quality muncher user logs
- Clone the repository
git clone https://github.com/Z1xus/qm-webhook-proxy.git- Install dependencies
yarn install- Configure your .env
DISCORD_WEBHOOK_URL=your_webhook_url
PORT=3000- Run it
yarn start