feat: flesh out storage object
This commit is contained in:
parent
78c8aa7a18
commit
8376c45c2d
5 changed files with 150 additions and 42 deletions
|
@ -4,7 +4,7 @@ use std::error::Error;
|
|||
use color_eyre::eyre::{eyre, Result};
|
||||
use poise::serenity_prelude::{ArgumentConvert, ChannelId, GuildId, Member};
|
||||
|
||||
mod actions;
|
||||
pub mod actions;
|
||||
use actions::{Ban, Kick, ModAction};
|
||||
|
||||
async fn split_argument<T>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue