This commit is contained in:
Amish Shah
2016-09-25 14:28:46 +01:00
parent 03651fd6e3
commit 761b8cfb8d
3 changed files with 6 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ class User {
/**
* The presence of this user
* @readonly
* @type {Presence}
*/
get presence() {
if (this.client.presences.has(this.id)) {