fix support channel detection

This commit is contained in:
maskers 2025-02-17 17:45:52 +03:00
parent 1625a455e0
commit b810fd0a1a

View file

@ -21,7 +21,7 @@ pub async fn handle(ctx: &Context, thread: &GuildChannel) -> Result<()> {
.name(ctx) .name(ctx)
.await .await
.unwrap_or_default() .unwrap_or_default()
!= "support" != "community-support"
{ {
debug!("Not posting onboarding message to threads outside of support"); debug!("Not posting onboarding message to threads outside of support");
return Ok(()); return Ok(());