From 8318d715ad03e1db57fae5a090591fd37e4235be Mon Sep 17 00:00:00 2001 From: Aster Fialla Date: Tue, 24 Feb 2026 12:39:42 -0500 Subject: [PATCH] added enum --- src/enums.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/enums.js b/src/enums.js index 9c35204..3f34eee 100644 --- a/src/enums.js +++ b/src/enums.js @@ -22,7 +22,8 @@ helperEnums.err = { NO_MEMBERS_IMPORTED: 'No members were imported.', ERRORS_OCCURRED: "These errors occurred:", COMMAND_NOT_RECOGNIZED: "Command not recognized. Try typing `pf;help` for command list.", - SET_TO_NULL: "It has been set to null instead." + SET_TO_NULL: "It has been set to null instead.", + CANNOT_FETCH_RESOURCE: "Could not download the file at this time." } helperEnums.help = {