Skip to content

Commit

Permalink
docs: Remove the lies
Browse files Browse the repository at this point in the history
  • Loading branch information
SantioMC committed Apr 25, 2024
1 parent d739e94 commit a6f86fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a6f86fa

Please sign in to comment.