Some docs

This commit is contained in:
abalabahaha
2016-04-13 00:38:12 -07:00
parent afa5fa1758
commit 28fce9ea34
7 changed files with 103 additions and 8 deletions

View File

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