From edfd50d003a7168000ed10b01f8e3817d58439ca Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 18 Jul 2017 17:11:09 +0200 Subject: [PATCH] afkChannelID returns a Snowflake rather than an string (#1697) little update to .afkChannelID property in docs --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index d4436dc0b..1e3dd20d0 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -136,7 +136,7 @@ class Guild { /** * The ID of the voice channel where AFK members are moved - * @type {?string} + * @type {?Snowflake} */ this.afkChannelID = data.afk_channel_id;