Webpack build for branch master: 8436cbe8b1

This commit is contained in:
Travis CI 2017-04-10 15:21:46 +00:00
parent fb8554f1a1
commit 14f695e79f
2 changed files with 11 additions and 2 deletions

View file

@ -4751,6 +4751,15 @@ class User {
return this.avatarURL || this.defaultAvatarURL;
}
/**
* The discord "tag" for this user
* @type {string}
* @readonly
*/
get tag() {
return `${this.username}#${this.discriminator}`;
}
/**
* The note that is set for the user
* <warn>This is only available when using a user account.</warn>

File diff suppressed because one or more lines are too long