A Discord bot for getting InspiroBot quotes, using Cloudflare workers.
- Make an application on Discord's developer portal
- Copy the public key as shown on the application page, and paste it in
verify.jsunderconst publicKey - If you haven't already, install Wrangler
- Run
npm install - Login to Cloudflare, and set assosiated variables in
wrangler.toml - Run
wrangler publishonce you're ready to upload your worker to Cloudflare