mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build for branch master: f95ae4fcb7
This commit is contained in:
parent
ac8cab8967
commit
23a0ba2f03
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue