Fix weird bot bug #612

This commit is contained in:
Amish Shah
2016-09-09 16:41:32 +01:00
parent 8f9923976f
commit e44853ee6d
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -46,7 +46,7 @@ class User {
* Whether or not the User is a Bot.
* @type {boolean}
*/
this.bot = Boolean(data.bot);
this.bot = data.bot || this.bot;
/**
* The status of the user: