Skip to content

vendetta-mod/raven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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!

About

Friendly bot for the Vendetta Discord server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published