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