An open API service indexing awesome lists of open source software.

https://github.com/imnaiyar/skyhelper

Discord Bot for providing Sky: Children of Lights (Sky: CotL) related infos.
https://github.com/imnaiyar/skyhelper

sky skybot skychildrenofthelight skycotl skyhelper thatskygame

Last synced: 6 months ago
JSON representation

Discord Bot for providing Sky: Children of Lights (Sky: CotL) related infos.

Awesome Lists containing this project

README

          




SkyHelper


SkyHelper


A Sky CotL Discord Bot


Typescript logo

Stars GitHub release (with filter) GitHub License
Tests status
Build status
Localisation




Website

Dashboard

Invite

Vote

Docs

Support Server


This is a monorepo containing projects related to SkyHelper bot. Project included are:

- [@skyhelperbot/docs](/packages/docs/) - Documentation for skyhelper bot
- [@skyhelperbot/utils](/packages/utils/) - Package for utilities that is used by skyhelper bot
- [@skyhelperbot/jobs](/packages/jobs/) - Cron jobs that runs the reminder features
- [@skyhelperbot/constants](/packages/constants/) - Package for constant datas that is used by various skyhelper projects (like localizations, spirit/realm datas, etc..)
- [skyhelper](/packages/skyhelper/) - Main repository for the skyhelper bot

# Running the bot

- Install dependencies by running `pnpm i --frozen-lockfile`
- Build all the project `pnpm build`
- Make sure to rename `.env.example` to `.env` of respective package and fill the required fields
- The simplest way of running the bot is with Docker. If you want to deploy both `@skyhelperbot/jobs` and `skyhelper`, simply run `docker compose up -d --build` otherwise for running one of them, run `docker compose up -d --build `.
- Requirements for running either `jobs` or `skyhelper` is mentioned in their respective READMEs as well as running it withou Docker.

# Contributing

- Install dependencies `pnpm i --frozen-lockfile`
- Build the project `pnpm run build`
- Make changes and lint, test and commit

For any issues or help, feel free to contact me at discord server [here](https://discord.com/invite/2rjCRKZsBb)