From a6f86fa359e112c1d79205fb810660099c656721 Mon Sep 17 00:00:00 2001 From: SantioMC Date: Thu, 25 Apr 2024 01:09:00 -0400 Subject: [PATCH] docs: Remove the lies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df92f80..c8c0d14 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ After that, users should be able to post advertisements in the channel. #### Cooldowns Cooldowns are pretty simple to set up and by default will fall back to 24 hours if they aren't specified. Setting a custom duration can be done by setting `MARKET_COOLDOWN` or `ADVERT_COOLDOWN` -to a duration. Durations follow [ms format](https://www.npmjs.com/package/ms), so a value of `10m` is valid. +to a duration. Durations follow the format shown below. Valid Examples: `10s`, `10m`, `10h`, `10d`