Update ClientUser.js

This commit is contained in:
Mega
2023-06-20 16:50:30 +03:00
committed by GitHub
parent dd99e47c89
commit 79082bc037

View File

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