Webpack build for branch master: f95ae4fcb7

This commit is contained in:
Travis CI 2017-09-05 18:49:20 +00:00
parent ac8cab8967
commit 23a0ba2f03
2 changed files with 2 additions and 2 deletions

View file

@ -6656,7 +6656,7 @@ class User extends Base {
* @type {string}
* @name User#avatar
*/
if (data.avatar) this.avatar = data.avatar;
if (typeof data.avatar !== 'undefined') this.avatar = data.avatar;
/**
* Whether or not the user is a bot

File diff suppressed because one or more lines are too long