Skip to content

Commit 7440914

Browse files
committed
updated the {TIME} tag to {TIMELEFT}
1 parent f488eac commit 7440914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CustomCommands/Services/CooldownManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public bool IsCommandOnCooldownWithCondition(Func<CooldownTimer, bool> predicate
4343

4444
// Check if cmd.Cooldown is a Cooldown object
4545
if (cmd.Cooldown is Cooldown cooldown)
46-
message = cooldown.CooldownMessage.Replace("{TIME}", timeleft);
46+
message = cooldown.CooldownMessage.Replace("{TIMELEFT}", timeleft);
4747
else
4848
message = $"This command is for {timeleft} seconds on cooldown";
4949

0 commit comments

Comments
 (0)