mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
fix docs
This commit is contained in:
@@ -53,6 +53,7 @@ class User {
|
||||
/**
|
||||
* The presence of this user
|
||||
* @readonly
|
||||
* @type {Presence}
|
||||
*/
|
||||
get presence() {
|
||||
if (this.client.presences.has(this.id)) {
|
||||
|
||||
Reference in New Issue
Block a user