Skip to content

euxora/discord-bot

Repository files navigation

Euxora Discord Bot

A Discord bot for the Euxora organization, built with TypeScript, Sapphire, Prisma, Postgres, and Redis.

Requirements

  • Node.js 22+
  • pnpm 10+
  • Docker + Docker Compose
  • A configured .env file

Run the bot (Docker, recommended)

docker compose up -d --build
docker compose ps
docker compose logs -f bot

This starts:

  • postgres
  • redis
  • bot

Run the bot (local)

pnpm install
pnpm db:generate
pnpm db:migrate
pnpm dev

Useful commands

pnpm lint
pnpm typecheck
pnpm build

License

MIT - see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors