workshop/packages/spike
2025-07-15 14:14:07 -07:00
..
src revive threads 2025-07-15 14:14:07 -07:00
package.json revive threads 2025-07-15 14:14:07 -07:00
README.md revive threads 2025-07-15 14:14:07 -07:00
tsconfig.json I went a little crazy 2025-07-11 13:05:50 -07:00

Spike

Installation

  1. Clone this repository, d'uh.
  2. You need to have bun installed.
  3. Install deps with bun install.
  4. Setup a dummy Discord bot and get your DISCORD*TOKEN and CLIENT_ID at https://discord.com/developers/applications *(Corey doesn't remember how to do this all this, so if pair with him if you run into problems. Then document it in here).
  5. cp .env.example .env and fill in the values for everything.
  6. Find a Discord channel id to use for testing and set it in .env as CHANNEL_ID.
  7. There is a very simple auth server you can use to invite the bot to your server. Run it with bun authServer.
  8. Run the bot with bun bot:discord