forked from PluralFlux/PluralFlux
figured out issue (was missing return value)
This commit is contained in:
@@ -31,6 +31,7 @@ mh.parseMemberCommand = async function (authorId, authorFull, args, attachmentUr
|
||||
if (!m) {
|
||||
return enums.err.NO_MEMBER;
|
||||
}
|
||||
return m;
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user