updated readme and enums

This commit is contained in:
Aster Fialla
2026-02-16 12:31:26 -05:00
parent 6cd34e9c68
commit 8b709b75ce
2 changed files with 5 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ helperEnums.err = {
NOT_JSON_FILE: "Please attach a valid JSON file.",
NO_MEMBERS_IMPORTED: 'No members were imported.',
IMPORT_ERROR: "Please see attached file for logs on the member import process.",
ATTACHMENTS_NOT_ALLOWED: "Unfortunately proxied message attachments aren't possible at this time. If you want to send a file, you can use a file host instead of uploading directly."
}
helperEnums.help = {
@@ -40,4 +39,8 @@ helperEnums.help = {
IMPORT: "Imports from PluralKit using the JSON file provided by their export command. Importing from other proxy bots is TBD. `pf;import` and attach your JSON file to the message. This will only save the fields that are present in the bot currently (the stuff above), not anything else like birthdays or system handles (yet?)."
}
helperEnums.misc = {
ATTACHMENT_SENT_BY: "Attachment sent by:"
}
export const enums = helperEnums;