.divorce cooldown now properly works on multiple shards
This commit is contained in:
@ -16,5 +16,6 @@ namespace NadekoBot.Core.Services
|
||||
TimeSpan? AddTimelyClaim(ulong id, int period);
|
||||
void RemoveAllTimelyClaims();
|
||||
bool TryAddAffinityCooldown(ulong userId, out TimeSpan? time);
|
||||
bool TryAddDivorceCooldown(ulong userId, out TimeSpan? time);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user