Update ClientUser.js

This commit is contained in:
Mega 2023-06-20 16:50:30 +03:00 committed by GitHub
parent dd99e47c89
commit 79082bc037
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} bio of pronouns
* @param {string | null} of pronouns
* @returns {Promise<ClientUser>}
*/
setPronouns(pronouns = '') {