Webhook monitoring Discord's API for status updates
- Node.js 18+ https://nodejs.org
- pnpm (
corepack enable
+corepack prepare pnpm@latest --activate
)
- Generate a webhook in the channel you woule like it to send notifications to. Copy the webhook url. (DO NOT SHARE THIS URL) The format of the url should be https://discord.com/api/webhooks/WEBHOOKID/WEBHOOKTOKEN
- Rename
.env.example
to.env
and fill in the variable - Run
pnpm install
to get all dependencies - To start it, run
pnpm build
andpnpm start