add blackjack

This commit is contained in:
2025-04-01 22:43:56 -04:00
parent 68221cab92
commit 652458d885
4 changed files with 312 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ pub mod wager;
pub mod daily;
pub mod leaderboard;
pub mod shop;
pub mod blackjack;
use crate::{inventory::{self, Inventory}, common::{Context, Error}};
use poise::serenity_prelude::{self as serenity, futures::StreamExt, UserId};