figured out issue (was missing return value)

This commit is contained in:
Aster Fialla
2026-02-21 20:09:39 -05:00
parent 0bca359b7f
commit 4146591c90
2 changed files with 5 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ mh.parseMemberCommand = async function (authorId, authorFull, args, attachmentUr
if (!m) {
return enums.err.NO_MEMBER;
}
return m;
})