From 0ca61ddff6ec7404f0aeabc1c8c785bbc8db7fd5 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 2 Dec 2023 19:14:51 -0500 Subject: feat: add basic moderation commands --- src/commands/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands/mod.rs') diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 8c265d3..5e6419c 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -15,6 +15,8 @@ pub fn to_global_commands() -> Vec> { general::random(), general::version(), moderation::config(), + moderation::ban_user(), + moderation::kick_user(), ] } -- cgit v1.2.3