Skip to content

Commit

Permalink
Invite revoked field doesn't exist 👻 (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadorc authored and night committed Oct 1, 2019
1 parent 6db58db commit 70390b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/resources/Invite.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Represents a code that when used, adds a user to a guild or group DM channel.
| max_age | integer | duration (in seconds) after which the invite expires |
| temporary | boolean | whether this invite only grants temporary membership |
| created_at | ISO8601 timestamp | when this invite was created |
| revoked | boolean | whether this invite is revoked |

###### Example Invite Metadata

Expand All @@ -71,8 +70,7 @@ Represents a code that when used, adds a user to a guild or group DM channel.
"max_uses": 0,
"max_age": 0,
"temporary": false,
"created_at": "2016-03-31T19:15:39.954000+00:00",
"revoked": false
"created_at": "2016-03-31T19:15:39.954000+00:00"
}
```

Expand Down

0 comments on commit 70390b7

Please sign in to comment.