From 8c3b4ee8cc9e1f8a168335eb4e332f3fc67e2eca Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 15 Feb 2026 19:20:30 +0100 Subject: [PATCH] feat(commands/moderation): adding the mod --- src/commands/moderation/mod.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/commands/moderation/mod.rs diff --git a/src/commands/moderation/mod.rs b/src/commands/moderation/mod.rs new file mode 100644 index 0000000..6706249 --- /dev/null +++ b/src/commands/moderation/mod.rs @@ -0,0 +1 @@ +include!("./mod_gen.rs");