diff --git a/src/structures/User.js b/src/structures/User.js index 1b876f2de..2dd64202f 100644 --- a/src/structures/User.js +++ b/src/structures/User.js @@ -132,6 +132,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 * This is only available when using a user account.