From 24905c6f1b5cfffd88ca227179ef87a58ba64e20 Mon Sep 17 00:00:00 2001 From: KTrain <69028025+KTrain5169@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:56:26 +1000 Subject: [PATCH] I forgot to include something Signed-off-by: KTrain <69028025+KTrain5169@users.noreply.github.com> --- src/handlers/event/support_onboard.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/event/support_onboard.rs b/src/handlers/event/support_onboard.rs index 51ead4f..7ce3496 100644 --- a/src/handlers/event/support_onboard.rs +++ b/src/handlers/event/support_onboard.rs @@ -22,7 +22,7 @@ pub async fn handle(ctx: &Context, thread: &GuildChannel) -> Result<()> { .await .unwrap_or_default() != "launcher-support" - != "mod-support + != "mod-support" { debug!("Not posting onboarding message to threads outside of support"); return Ok(());