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 committed by June
parent b93215d7f2
commit 2de4eea688
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;