Friendly bot for the Vendetta Discord server.
- Clone the repository:
git clone https://github.com/vendetta-mod/raven
- or, if you're using Git over SSH:
git clone [email protected]:vendetta-mod/raven
- Install dependencies:
pnpm i # or equivalent for your package manager of choice
-
Create a new file called
config.json
, and fill in the fields. -
Then, build the bot with:
pnpm build
- Once it is built (it should exit with no output), run it with:
pnpm start
Congratulations, you are now running raven locally!
-
Follow step 1, 2 and 3 of the selfhosting instructions.
-
Then, run:
pnpm dev
This automatically restarts the bot when a file is changed.
*raven uses pnpm as it's package manager!