Skip to content

Commit 83dcb5f

Browse files
committed
fixed wrong Tag showing in Cooldown Examples
1 parent 96e0b9a commit 83dcb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Cooldown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In the Advanced command example you can add a "IsGlobal" flag so the whole serve
2626
"Cooldown": {
2727
"CooldownTime": 5, // required, Cooldown in seconds
2828
"IsGlobal": false, // If true, cooldown will be global for all users
29-
"CooldownMessage": "This command is on cooldown for {TIME} more seconds!"
29+
"CooldownMessage": "This command is on cooldown for {TIMELEFT} more seconds!"
3030
},
3131
"Message": "Cool cooldown message!",
3232
"PrintTo": 0

0 commit comments

Comments
 (0)