forked from PluralFlux/PluralFlux
changed docstring
This commit is contained in:
@@ -36,8 +36,7 @@ msgh.parseCommandArgs = function(content, commandName) {
|
|||||||
* @param {string} authorId - The author of the message.
|
* @param {string} authorId - The author of the message.
|
||||||
* @param {string} content - The full message content
|
* @param {string} content - The full message content
|
||||||
* @param {string | null} [attachmentUrl] - The url for an attachment to the message, if any exists.
|
* @param {string | null} [attachmentUrl] - The url for an attachment to the message, if any exists.
|
||||||
* @returns {{model, string, bool}} The proxy message object.
|
* @returns {Promise<{model, string, bool}>} The proxy message object.
|
||||||
* @throws {Error} If a proxy message is sent with no message or attachment within it.
|
|
||||||
*/
|
*/
|
||||||
msgh.parseProxyTags = async function (authorId, content, attachmentUrl = null){
|
msgh.parseProxyTags = async function (authorId, content, attachmentUrl = null){
|
||||||
const members = await memberHelper.getMembersByAuthor(authorId);
|
const members = await memberHelper.getMembersByAuthor(authorId);
|
||||||
|
|||||||
Reference in New Issue
Block a user