mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
docs: mark getters as @ readonly
This commit is contained in:
@@ -83,6 +83,7 @@ class GuildMember extends Base {
|
||||
/**
|
||||
* Whether this GuildMember is a partial
|
||||
* @type {boolean}
|
||||
* @readonly
|
||||
*/
|
||||
get partial() {
|
||||
return !this.joinedTimestamp;
|
||||
|
||||
Reference in New Issue
Block a user