|
|
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Spike
Installation
- Clone this repository, d'uh.
- You need to have bun installed.
- Install deps with
bun install. - 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).
cp .env.example .envand fill in the values for everything.- Find a Discord channel id to use for testing and set it in
.envasCHANNEL_ID. - There is a very simple auth server you can use to invite the bot to your server. Run it with
bun authServer. - Run the bot with
bun bot:discord