edited enum reference to ADD

This commit is contained in:
Aster Fialla
2026-02-15 02:16:52 -05:00
parent 8762e41a0a
commit ff84a637b2

View File

@@ -71,7 +71,7 @@ mh.parseMemberCommand = async function(authorId, authorFull, args, attachmentUrl
*/
mh.addNewMember = async function(authorId, args) {
if (args[1] && args[1] === "--help" || !args[1]) {
return enums.help.ADD;
return enums.help.NEW;
}
const memberName = args[1];
const displayName = args[2];