From 0ac46b7b7278d5f434a1b517c3b37aad9e808a0c Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 <59412936+Stachelbeere1248@users.noreply.github.com> Date: Sat, 2 Nov 2024 13:03:33 +0000 Subject: [PATCH] Update main.rs register lfg-other command --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 78ac607..4851548 100644 --- a/src/main.rs +++ b/src/main.rs @@ -46,6 +46,7 @@ async fn main() { commands: vec![ commands::lfg::lfg(), commands::lfg::expert(), + commands::lfg::other(), commands::xd::xd(), commands::helpstart::helpstart(), commands::bots::bots(),