Skip to content

Repository files navigation

Python Blackjack

A simple Blackjack bot written in Python with Hikari, Arc and Miru.

I. Setup & Start the bot

To setup enviroment, install packages with this command:

uv sync

Then run this command follow its instruction:

python cli.py setup

For more options, run:

python cli.py setup --help

After set up the environment, run this command:

python cli.py start

II. Commands:

These are available commands:

NameDescription
/pingGet bot's lattency
/blackjack guideShow a guide to play BJ
/blackjack pvePlay Blackjack with bot
/blackjack historyShow your history

III. Demo:

Matchs

Guide

History

IV. Environment:

NameData typeRequiredNote
DB_URLstringMust include async driver of the DB (eg. aiosqlite for SQLite) and Must be accepted by SQLAlchemy
TOKENstring

V. Components

LibraryPurposeNote
HikariMain bot
ArcCommand handler
MiruComponent handler
ClickCLI

About

(Mirror) A simple Blackjack Discord bot

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages