afkChannelID returns a Snowflake rather than an string (#1697)

little update to <guild>.afkChannelID property in docs
This commit is contained in:
Raphael
2017-07-18 17:11:09 +02:00
committed by Crawl
parent 7f69c62ddc
commit edfd50d003

View File

@@ -136,7 +136,7 @@ class Guild {
/** /**
* The ID of the voice channel where AFK members are moved * The ID of the voice channel where AFK members are moved
* @type {?string} * @type {?Snowflake}
*/ */
this.afkChannelID = data.afk_channel_id; this.afkChannelID = data.afk_channel_id;