Skip to content

Commit

Permalink
afk_channel_id is nullable (discord#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
vim2meta authored and jhgg committed Mar 14, 2018
1 parent 01cbfad commit fd70c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/Guild.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Guilds in Discord represent an isolated collection of users and channels, and ar
| owner\_id | snowflake | id of owner |
| permissions? | integer | total permissions for [the user](#DOCS_RESOURCES_USER/get-current-user-guilds) in the guild (does not include channel overrides) |
| region | string | [voice region](#DOCS_RESOURCES_VOICE/voice-region) id for the guild |
| afk\_channel\_id | snowflake | id of afk channel |
| afk\_channel\_id | ?snowflake | id of afk channel |
| afk\_timeout | integer | afk timeout in seconds |
| embed\_enabled? | bool | is this guild embeddable (e.g. widget) |
| embed\_channel\_id? | snowflake | id of embedded channel |
Expand Down

0 comments on commit fd70c62

Please sign in to comment.