mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 18:28:27 -04:00
change: updated gambling.yml to the newest version
dev: fixed pubsub not supporting tuples
This commit is contained in:
@@ -45,7 +45,7 @@ public sealed class CleanupService : ICleanupService, IReadyExecutor, INService
|
||||
|
||||
private bool keepTriggered = false;
|
||||
|
||||
private async ValueTask InternalTriggerKeep((int shardId, int delay) data)
|
||||
private async ValueTask InternalTriggerKeep((int, int) data)
|
||||
{
|
||||
var (shardId, delay) = data;
|
||||
|
||||
|
Reference in New Issue
Block a user