From 9de3e098da9a2f601a227553aefe4595388b54d0 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Mon, 10 Sep 2018 18:11:09 +0200 Subject: [PATCH] docs(User): clarify what User#tag represents Closes #2828 --- src/structures/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/User.js b/src/structures/User.js index e7f5b9228..e486b02a0 100644 --- a/src/structures/User.js +++ b/src/structures/User.js @@ -134,7 +134,7 @@ class User { } /** - * The Discord "tag" for this user + * The Discord "tag" (e.g. `hydrabolt#0001`) for this user * @type {string} * @readonly */