create better structure for admin query commands

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-20 14:44:31 -04:00
parent 75092dc935
commit 3f65d9bc54
9 changed files with 225 additions and 201 deletions

View file

@ -0,0 +1,6 @@
#[allow(clippy::module_inception)]
pub(crate) mod query;
pub(crate) mod account_data;
pub(crate) mod appservice;
pub(crate) mod presence;