Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 974 Bytes

README.md

File metadata and controls

55 lines (38 loc) · 974 Bytes

raven

Friendly bot for the Vendetta Discord server.

Self-hosting

Prerequisites

Instructions

  1. 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
  1. Install dependencies:
pnpm i # or equivalent for your package manager of choice
  1. Create a new file called config.json, and fill in the fields.

  2. Then, build the bot with:

pnpm build
  1. Once it is built (it should exit with no output), run it with:
pnpm start

Congratulations, you are now running raven locally!

Local development

  1. Follow step 1, 2 and 3 of the selfhosting instructions.

  2. Then, run:

pnpm dev

This automatically restarts the bot when a file is changed.

*raven uses pnpm as it's package manager!