mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
docs: mark getters as @ readonly
This commit is contained in:
@@ -30,8 +30,8 @@ class ClientUser extends Structures.get('User') {
|
||||
|
||||
/**
|
||||
* ClientUser's presence
|
||||
* @readonly
|
||||
* @type {Presence}
|
||||
* @readonly
|
||||
*/
|
||||
get presence() {
|
||||
return this.client.presence;
|
||||
|
||||
Reference in New Issue
Block a user