exploding dice

This commit is contained in:
Lilith Schier 2026-08-11 08:55:57 +02:00
parent c24a777dcc
commit 4a4f3671e7
3 changed files with 130 additions and 88 deletions

View file

@ -7,6 +7,7 @@ use std::env;
use dotenv::dotenv;
use poise::CreateReply;
use serenity::{client::ClientBuilder, model::prelude::*};
use serenity::builder::CreateEmbed;
type Context<'a> = poise::Context<'a, Data, anyhow::Error>;
pub struct Data;