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 color_eyre::eyre::Report;
|
|||
use poise::Command;
|
||||
|
||||
mod general;
|
||||
mod moderation;
|
||||
pub mod moderation;
|
||||
|
||||
pub fn to_global_commands() -> Vec<Command<Data, Report>> {
|
||||
vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue