mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 04:31:05 +00:00
afkChannelID returns a Snowflake rather than an string (#1697)
little update to <guild>.afkChannelID property in docs
This commit is contained in:
parent
7f69c62ddc
commit
edfd50d003
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue