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
- Host: GitHub
- URL: https://github.com/oglimmer/discord-bot-bj
- Owner: oglimmer
- Created: 2022-11-26T14:12:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T22:33:43.000Z (about 2 years ago)
- Last Synced: 2024-06-18T00:13:12.255Z (about 2 years ago)
- Topics: bot, discord, discord-bot, discord-js
- Language: TypeScript
- Homepage: https://bj.oglimmer.de/
- Size: 2.62 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```