From 90f0b231d76e0ca7484c1e7ac8264a8ecdfe28b9 Mon Sep 17 00:00:00 2001 From: Ivan Dardi Date: Thu, 25 Jul 2024 12:53:48 -0300 Subject: [PATCH] fix: remove command from command list --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 44c4471..ba3be0d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -66,7 +66,6 @@ async fn serenity(#[shuttle_runtime::Secrets] secret_store: SecretStore) -> Shut commands::modmail::modmail(), commands::modmail::modmail_context_menu_for_message(), commands::modmail::modmail_context_menu_for_user(), - commands::modmail::modmail_setup(), commands::playground::play(), commands::playground::playwarn(), commands::playground::eval(),