Implemented card counting. Refactored blackjack code a bit.

Removed gamepicker references
This commit is contained in:
2025-08-13 14:45:57 +10:00
parent 48f9389100
commit d743e5610a
3 changed files with 39 additions and 15 deletions

View File

@@ -4,7 +4,6 @@ import sqlite3
from discord import app_commands
from BlackJack import BlackJack
from Calculator import Calculator
from Gamepicker import pick_game
botIntents = discord.Intents.all()