Skip to content

Commit a346e66

Browse files
authored
Fix modify block
1 parent 1848b1e commit a346e66

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
@@ -1373,9 +1373,9 @@ Modifies the incident actions of the guild. Returns a 200 with the [Incidents Da
13731373

13741374
###### JSON Params
13751375

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

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

0 commit comments

Comments
 (0)