Update ClientUser.js

This commit is contained in:
Mega
2023-06-20 16:52:54 +03:00
committed by GitHub
parent 79082bc037
commit ba98c1bdaa

View File

@@ -617,7 +617,7 @@ class ClientUser extends User {
/**
* Set pronouns
* @param {string | null} of pronouns
* @param {string | null} pronouns
* @returns {Promise<ClientUser>}
*/
setPronouns(pronouns = '') {