From 9fa2df9fb1183946b24ac4a2d3dc65dc1495d924 Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 Date: Fri, 17 Nov 2023 20:51:47 +0100 Subject: [PATCH] forgot to register helpstart :skull: --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index f2370e6..b56c41d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,6 +33,7 @@ async fn poise( commands: vec![ commands::lfg::lfg(), commands::xd::xd(), + commands::helpstart::helpstart() ], manual_cooldowns: true, prefix_options: poise::PrefixFrameworkOptions {