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(),