From db362aefe343e2cb27d6c01c89464b0a8100b295 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 18 Feb 2024 18:21:54 -0500 Subject: fix duplicated command registrations --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 3cf07f9..d2ba8e2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -90,7 +90,6 @@ async fn main() -> Result<()> { let options = FrameworkOptions { commands: { let mut commands = commands::global(); - commands.append(&mut commands::optional()); commands.append(&mut commands::moderation()); commands }, -- cgit v1.2.3