Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiemeunier authored Sep 17, 2023
1 parent 1faedf6 commit 79070f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Staty is a discord bot that allows you to monitor the status of your APIs regula

## Changelog

### `0.1.5`
- Staty now create only a thread with the name of API
- Thread name has update on API ping
- The delays parameter is now checked to be strictly `>=` to 5 minutes

### `0.1.4`
- Modifies the announcement to use the dedicated role ID if configured<br>
```json
Expand Down Expand Up @@ -67,6 +72,13 @@ For `ROLE_ID_STATE_PING`, must be provide the role id for your server role. This

For all channels, you must provide the exact channel name.

-----------

### ⚠️
Discord have rate limit for bot on update name or description on channel and threads. Your wait time must be `>= 300000` ! Now Staty check this value since `0.1.5`.

-----------

```json
{
"version": CURRENT_VERSION,
Expand Down

0 comments on commit 79070f0

Please sign in to comment.