Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 727 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 727 Bytes

Bartender

Bartender is a Discord bot created for the discord server Bistro Tech. The goal of this bot is to manage the server and to provide some useful tools for the members.

Contributing

The database details can be found here.

Usage

Prerequisites

  • bun - Bun is a simple command line tool to manage npm packages. We use v1.1.20.

Installing

# Clone the repository
git clone [email protected]:bistro-tech/bartender.git

# Install dependencies
bun install --frozen-lockfile

Configuration

Use the .env.example file to create a .env file.

Running

# Run the bot
bun run dev