From c095610bb426563231f93b1f09acfc6c2bc7baec Mon Sep 17 00:00:00 2001 From: Crawl Date: Sun, 23 Apr 2017 06:50:43 +0200 Subject: [PATCH] Change docstring --- src/structures/ClientUser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index 54925a5fb..b45f6672c 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -67,8 +67,8 @@ class ClientUser extends User { /** * Various settings for this user - * @type {?ClientUserSettings} * This is only filled when using a user account + * @type {?ClientUserSettings} */ if (data.user_settings) this.settings = new ClientUserSettings(this, data.user_settings); }