feat: flesh out storage object

This commit is contained in:
seth 2023-12-07 22:18:21 -05:00
parent 78c8aa7a18
commit 8376c45c2d
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
5 changed files with 150 additions and 42 deletions

View file

@ -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![