Update ClientUser.js

This commit is contained in:
Mega 2023-06-20 16:52:54 +03:00 committed by GitHub
parent 79082bc037
commit ba98c1bdaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = '') {