From 8b709b75ce546e52c4f998e9d691ca99e1054f3c Mon Sep 17 00:00:00 2001 From: Aster Fialla Date: Mon, 16 Feb 2026 12:31:26 -0500 Subject: [PATCH] updated readme and enums --- README.md | 2 +- src/enums.js | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2650d21..804f01a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can optionally add a display name after the member name, for example: `pf;me - `proxy` Updates the proxy tag for a specific member based on their name. The proxy must be formatted with the tags surrounding the word 'text', for example: `pf;member jane proxy Jane:text` or `pf;member amal proxy [text]` This is so the bot can detect what the proxy tags are. Only one proxy can be set per member currently. ## Notes -- Attaching files to messages with the proxy does not work, due to either the limitations of Fluxer.js or of Fluxer itself :( +- Attaching files to messages with the proxy does not work, due to either the limitations of Fluxer itself :( ## Upcoming - [ ] React with x to delete message diff --git a/src/enums.js b/src/enums.js index 6097344..a9f0549 100644 --- a/src/enums.js +++ b/src/enums.js @@ -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; \ No newline at end of file