/queen

Quaver Discord Bot

Primary LanguageTypeScriptMIT LicenseMIT

📖 Introduction

A Quaver discord bot providing commands to view your game statistics.

You can Invite the bot to your server here

🏗 Development

pnpm install
pnpm run dev

💻 Production

pnpm install
pnpm run build
pnpm run start

🐋 Docker

To start the application:

docker-compose up -d

To shut down your application:

docker-compose down

To view your application's logs:

docker-compose logs

For the full command list please view the Docker Documentation.