From 79082bc0372def86299709f1cb7785fadc908996 Mon Sep 17 00:00:00 2001 From: Mega Date: Tue, 20 Jun 2023 16:50:30 +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 9d6688d..a7bfb16 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -617,7 +617,7 @@ class ClientUser extends User { /** * Set pronouns - * @param {string | null} bio of pronouns + * @param {string | null} of pronouns * @returns {Promise} */ setPronouns(pronouns = '') {