mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 20:15:28 +10:00
edited enum reference to ADD
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user