A simple bot for searching xkcd comics.
- Make an application on Discord's developer portal
- Copy the public key as shown on the application page, and paste it in
verify.ts
underconst publicKey
- If you haven't already, install Wrangler
- Run
npm install
- Login to Cloudflare, and set assosiated variables in
wrangler.toml
- Run
wrangler publish
once you're ready to upload your worker to Cloudflare