Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 579 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 579 Bytes

Sepal

Sepal is the backend service that sends packets when the database updates so the bot can update dynamic values, like the spam config.

What is this?

This is our system for sending alerts to all our services to provide real-time updates to information displayed.

Setup:

Pre-Install

Sepal requires NodeJS (6 or higher), RethinkDB, and Redis

git clone https://github.com/CactusDev/Sepal
cd Sepal
npm i -g typescript
npm i

Next, open src/configs/default.ts and fill out all the fields.

Licence

MIT