added to docstring

This commit is contained in:
Aster Fialla
2026-02-23 00:18:57 -05:00
parent d9530a2ccf
commit 71c8736a38

View File

@@ -235,6 +235,8 @@ mh.updateProxy = async function (authorId, memberName, proxy) {
* @param {string} authorId - The author of the message
* @param {string} memberName - The member to update
* @param {string} values - The message arguments
* @param {string | null} attachmentUrl - The attachment URL, if any
* @param {string | null} attachmentExpiration - The attachment expiry date, if any
* @returns {Promise<string>} A successful update.
* @throws {Error} When loading the profile picture from a URL doesn't work.
*/