Skip to content

Commit 4535a74

Browse files
committed
Fix modify block
1 parent ae90c56 commit 4535a74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/resources/Guild.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,9 +1406,9 @@ Modifies the incident actions of the guild. Returns a 200 with the [Incidents Da
14061406

14071407
###### JSON Params
14081408

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

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

0 commit comments

Comments
 (0)