A simple bot for searching xkcd comics.
(generated from Dougley's repo).
- Make an application on Discord's developer portal
- Copy the public key as shown on the application page, and paste it in
index.js
underconst DISCORD_NACL_PUBLIC_KEY
- 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