.affinity cooldown will now work properly on multiple shards
This commit is contained in:
@ -15,5 +15,6 @@ namespace NadekoBot.Core.Services
|
||||
Task SetNovelDataAsync(string link, string data);
|
||||
TimeSpan? AddTimelyClaim(ulong id, int period);
|
||||
void RemoveAllTimelyClaims();
|
||||
bool TryAddAffinityCooldown(ulong userId, out TimeSpan? time);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user