Maybe fix the new support channels not being detected?

Signed-off-by: KTrain <69028025+KTrain5169@users.noreply.github.com>
This commit is contained in:
KTrain 2024-09-04 19:55:59 +10:00 committed by GitHub
parent b940703adc
commit d0bcdf276a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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