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.
The database details can be found here.
- bun - Bun is a simple command line tool to manage npm packages. We use v1.1.20.
# Clone the repository
git clone [email protected]:bistro-tech/bartender.git
# Install dependencies
bun install --frozen-lockfile
Use the .env.example
file to create a .env
file.
# Run the bot
bun run dev