Skip to content

Commit

Permalink
Fix modify block
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Apr 25, 2024
1 parent ae90c56 commit 4535a74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/resources/Guild.md
Original file line number Diff line number Diff line change
Expand Up @@ -1406,9 +1406,9 @@ Modifies the incident actions of the guild. Returns a 200 with the [Incidents Da

###### JSON Params

| Field | Type | Description |
|------------------------|-----------------------|--------------------------------------------------------------------------|
| invites_disabled_until | ?ISO8601 timestamp \* | when disabled invites will expire (up to 24 hours in the future) |
| dms_disabled_until | ?ISO8601 timestamp \* | when disabled direct messages will expire (up to 24 hours in the future) |
| Field | Type | Description |
|-------------------------|-----------------------|--------------------------------------------------------------------------|
| invites_disabled_until? | ?ISO8601 timestamp \* | when disabled invites will expire (up to 24 hours in the future) |
| dms_disabled_until? | ?ISO8601 timestamp \* | when disabled direct messages will expire (up to 24 hours in the future) |

\* Set to `null` to disable action.
\* Supplying `null` disables the action.

0 comments on commit 4535a74

Please sign in to comment.