From f2cb41b11aa247ae1425d10c9162e7386089583c Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 18 Feb 2024 18:13:32 -0500 Subject: add clear_messages command --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 1eef5bf..3cf07f9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -91,6 +91,7 @@ async fn main() -> Result<()> { commands: { let mut commands = commands::global(); commands.append(&mut commands::optional()); + commands.append(&mut commands::moderation()); commands }, on_error: |error| Box::pin(handlers::handle_error(error)), -- cgit v1.2.3