Maybe fix the new support channels not being detected?
Signed-off-by: KTrain <69028025+KTrain5169@users.noreply.github.com>
This commit is contained in:
parent
b940703adc
commit
d0bcdf276a
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ pub async fn handle(ctx: &Context, thread: &GuildChannel) -> Result<()> {
|
||||||
.name(ctx)
|
.name(ctx)
|
||||||
.await
|
.await
|
||||||
.unwrap_or_default()
|
.unwrap_or_default()
|
||||||
!= "support"
|
!= "launcher-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(());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue