I forgot to include something

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

View file

@ -22,7 +22,7 @@ pub async fn handle(ctx: &Context, thread: &GuildChannel) -> Result<()> {
.await .await
.unwrap_or_default() .unwrap_or_default()
!= "launcher-support" != "launcher-support"
!= "mod-support != "mod-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(());