exploding dice
This commit is contained in:
parent
c24a777dcc
commit
4a4f3671e7
3 changed files with 130 additions and 88 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue