redo the client user presence stuff

This commit is contained in:
Amish Shah
2016-09-27 17:57:39 +01:00
parent 38366f627d
commit 045153584a
5 changed files with 82 additions and 46 deletions

View File

@@ -7,7 +7,7 @@ class Presence {
* The status of the presence:
*
* * **`online`** - user is online
* * **`offline`** - user is offline
* * **`offline`** - user is offline or invisible
* * **`idle`** - user is AFK
* * **`dnd`** - user is in Do not Disturb
* @type {string}