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:
@@ -49,6 +49,7 @@ class DMChannel extends Channel {
|
||||
/**
|
||||
* Whether this DMChannel is a partial
|
||||
* @type {boolean}
|
||||
* @readonly
|
||||
*/
|
||||
get partial() {
|
||||
return !this.recipient;
|
||||
|
||||
Reference in New Issue
Block a user