Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

skyra-project/aelia

Aelia Discord

Aelia is a music bot (yeah, another bot in this world) built on top of Klasa, and uses Discord.js to connect to the Discord API.

This is a much advanced version of Sneyra, as it includes more commands and is written fully in TypeScript, as well as a much better queue manager.

Development Requirements

Set-Up

Copy and paste the config.ts.example file and rename it to config.ts, then fill it with the precise variables. Once all development requirements are set up:

# Lints and format all the code:
$ yarn lint

# Run Aelia in development mode, only requires
# Lavalink to be running:
$ yarn start

# Run Aelia in production mode, requires
# Lavalink to be running:
$ yarn pm2:start

Note: Before pushing to the repository, please run yarn lint so formatting stays consistent and there are no linter warnings.

Links

Aelia links

Framework links