From ba98c1bdaae6ce902432fc920614b48b87fc8340 Mon Sep 17 00:00:00 2001 From: Mega Date: Tue, 20 Jun 2023 16:52:54 +0300 Subject: [PATCH] Update ClientUser.js --- 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 a7bfb16..a1a41b5 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -617,7 +617,7 @@ class ClientUser extends User { /** * Set pronouns - * @param {string | null} of pronouns + * @param {string | null} pronouns * @returns {Promise} */ setPronouns(pronouns = '') {