🐛 Fixes of lotteries and enrich features

This commit is contained in:
2025-10-25 00:17:56 +08:00
parent 8cfdabbae4
commit fc693793fe
8 changed files with 2831 additions and 89 deletions

View File

@@ -93,7 +93,7 @@ public class BroadcastEventHandler(
break;
}
default:
await msg.NakAsync(cancellationToken: stoppingToken);
// ignore
break;
}
}