User bot property

This commit is contained in:
abalabahaha
2016-03-19 22:11:11 -07:00
parent afdb93b3d6
commit 703ac05400
4 changed files with 26 additions and 20 deletions

View File

@@ -30,6 +30,7 @@ var User = (function (_Equality) {
this.discriminator = data.discriminator;
this.id = data.id;
this.avatar = data.avatar;
this.bot = data.bot;
this.status = data.status || "offline";
this.game = data.game || null;
this.typing = {