Update README.md

This commit is contained in:
Govindas 2021-06-10 11:18:48 +00:00
parent 06c660f085
commit 044b09e511

View File

@ -37,7 +37,8 @@ send "This cooldown will be over in %{_cd}%"
Extend/Reduce existing cooldown Extend/Reduce existing cooldown
``` ```
add 5 seconds to cooldown "example%player%" add 5 seconds to cooldown "example%player%"
remove 5 seconds from cooldown "example%player%" if cooldown "example%player%" is not higher than 5 seconds:
remove 5 seconds from cooldown "example%player%"
``` ```