forked from PluralFlux/PluralFlux
updated to be enum
This commit is contained in:
@@ -45,7 +45,7 @@ client.on(Events.MessageCreate, async (message) => {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
await message.reply("Command not recognized. Try typing `pf;help` for command list.");
|
await message.reply(enums.err.COMMAND_NOT_RECOGNIZED);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(error) {
|
catch(error) {
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ helperEnums.err = {
|
|||||||
NOT_JSON_FILE: "Please attach a valid JSON file.",
|
NOT_JSON_FILE: "Please attach a valid JSON file.",
|
||||||
NO_MEMBERS_IMPORTED: 'No members were imported.',
|
NO_MEMBERS_IMPORTED: 'No members were imported.',
|
||||||
IMPORT_ERROR: "Please see attached file for logs on the member import process.",
|
IMPORT_ERROR: "Please see attached file for logs on the member import process.",
|
||||||
|
COMMAND_NOT_RECOGNIZED: "Command not recognized. Try typing `pf;help` for command list."
|
||||||
}
|
}
|
||||||
|
|
||||||
helperEnums.help = {
|
helperEnums.help = {
|
||||||
|
|||||||
Reference in New Issue
Block a user