Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 793 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 793 Bytes

InspiroBot-Bot (lol)

A Discord bot for getting InspiroBot quotes, using Cloudflare workers.

Add the bot!

Setup

  1. Make an application on Discord's developer portal
  2. Copy the public key as shown on the application page, and paste it in verify.js under const publicKey
  3. If you haven't already, install Wrangler
  4. Run npm install
  5. Login to Cloudflare, and set assosiated variables in wrangler.toml
  6. Run wrangler publish once you're ready to upload your worker to Cloudflare