mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
afkChannelID returns a Snowflake rather than an string (#1697)
little update to <guild>.afkChannelID property in docs
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user