The Discord Bot created by Loom.
Luna is an open-source Discord bot created by Loom, designed for the Loom server. It is written in Javascript using Discord.js.
- Node.js
- PostgreSQL
- Run
bun install
to install dependencies (mainly discord.js) - Create a .env file to be able to store the token and other database information so Luna can configure the database properly (Luna uses Postgres).
- After populating the .env information, run
bun run setup
to create the database tables. - Run
bun run bot
to start Luna.