From cf4569d413795e8aa3d88434ac266b3473fdcb8e Mon Sep 17 00:00:00 2001 From: West <30056636+West14@users.noreply.github.com> Date: Fri, 27 Jun 2025 22:36:52 +0300 Subject: [PATCH] refactor: 12-hour roll cooldown --- modules/Entertainment/Handler/Roll.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Entertainment/Handler/Roll.cs b/modules/Entertainment/Handler/Roll.cs index 182153d..cfd7889 100644 --- a/modules/Entertainment/Handler/Roll.cs +++ b/modules/Entertainment/Handler/Roll.cs @@ -66,7 +66,7 @@ public class Roll : CommonHandler Chat.ToLog() ); - cdOption.SetValue(DateTime.Now.AddDays(1)); + cdOption.SetValue(DateTime.Now.AddHours(12)); Db.AddOrUpdate(cdOption); _logger.LogInformation("[{Datetime}] Updated /roll cooldown for {User} in {Chat} to {Cooldown}",