mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +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
|
||||
* @type {?string}
|
||||
* @type {?Snowflake}
|
||||
*/
|
||||
this.afkChannelID = data.afk_channel_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user