mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Document readonly and private properties (#1338)
This commit is contained in:
@@ -49,6 +49,7 @@ class GuildChannel extends Channel {
|
||||
/**
|
||||
* The position of the channel
|
||||
* @type {number}
|
||||
* @readonly
|
||||
*/
|
||||
get calculatedPosition() {
|
||||
const sorted = this.guild._sortedChannels(this.type);
|
||||
|
||||
Reference in New Issue
Block a user