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.
- Host: GitHub
- URL: https://github.com/imnaiyar/skyhelper
- Owner: imnaiyar
- License: apache-2.0
- Created: 2023-08-07T09:47:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T20:28:59.000Z (6 months ago)
- Last Synced: 2025-04-18T10:47:13.463Z (6 months ago)
- Topics: sky, skybot, skychildrenofthelight, skycotl, skyhelper, thatskygame
- Language: TypeScript
- Homepage: https://skyhelper.xyz
- Size: 83.3 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![]()
SkyHelper
A Sky CotL Discord Bot
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 commitFor any issues or help, feel free to contact me at discord server [here](https://discord.com/invite/2rjCRKZsBb)