From d0bcdf276ac389bec70f51d2b28af641d75eb26e Mon Sep 17 00:00:00 2001 From: KTrain <69028025+KTrain5169@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:55:59 +1000 Subject: [PATCH] Maybe fix the new support channels not being detected? Signed-off-by: KTrain <69028025+KTrain5169@users.noreply.github.com> --- src/handlers/event/support_onboard.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/handlers/event/support_onboard.rs b/src/handlers/event/support_onboard.rs index f2d2d5f..51ead4f 100644 --- a/src/handlers/event/support_onboard.rs +++ b/src/handlers/event/support_onboard.rs @@ -21,7 +21,8 @@ pub async fn handle(ctx: &Context, thread: &GuildChannel) -> Result<()> { .name(ctx) .await .unwrap_or_default() - != "support" + != "launcher-support" + != "mod-support { debug!("Not posting onboarding message to threads outside of support"); return Ok(());