An open API service indexing awesome lists of open source software.

https://github.com/oglimmer/discord-bot-bj

Discord bot in TypeScript using sqlite to play BlackJack
https://github.com/oglimmer/discord-bot-bj

bot discord discord-bot discord-js

Last synced: 5 months ago
JSON representation

Discord bot in TypeScript using sqlite to play BlackJack

Awesome Lists containing this project

README

          

# A Discord bot to play blackjack

Uses the bj.oglimmer.de/ as the backend.

To join my Discord server and use the Bot, click here https://discord.gg/FwDFmBtFmr

# how to setup

Copy sample.env to .env and edit before starting the bot

```bash
npm ci
npm run dev
```