diff --git a/discord.master.js b/discord.master.js index 4fbaac6c..f85b0611 100644 --- a/discord.master.js +++ b/discord.master.js @@ -6032,7 +6032,7 @@ class Guild { /** * The ID of the voice channel where AFK members are moved - * @type {?string} + * @type {?Snowflake} */ this.afkChannelID = data.afk_channel_id;