Human-readable bot user status

This commit is contained in:
abalabahaha
2016-03-02 17:35:28 -08:00
parent 159602b359
commit df73f52454
2 changed files with 2 additions and 2 deletions

View File

@@ -1124,7 +1124,7 @@ var InternalClient = (function () {
this.sendWS(packet);
this.user.status = this.idleStatus;
this.user.status = this.idleStatus ? "idle" : "online";
this.user.game = this.game;
return Promise.resolve();