From 1bba8099e96a8a3d34186c43d664abebbe27ebf2 Mon Sep 17 00:00:00 2001 From: Aster Fialla Date: Wed, 18 Feb 2026 16:29:08 -0500 Subject: [PATCH] updating docstring for messageHelper parseProxyTags --- src/helpers/messageHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/messageHelper.js b/src/helpers/messageHelper.js index f8771e1..ac07535 100644 --- a/src/helpers/messageHelper.js +++ b/src/helpers/messageHelper.js @@ -41,7 +41,7 @@ msgh.parseCommandArgs = function(content, commandName) { * @param {string} authorId - The author of the message. * @param {string} content - The full message content * @param {string | null} attachmentUrl - The url for an attachment to the message, if any exists. - * @returns {Object} The proxy message object. + * @returns {{model, string, bool}} The proxy message object. * @throws {Error} If a proxy message is sent with no message within it. */ msgh.parseProxyTags = async function (authorId, content, attachmentUrl = null){