From 99bfdf685b85208a50fce9cf31cb61e8c175204d Mon Sep 17 00:00:00 2001 From: Aster Fialla Date: Mon, 16 Feb 2026 00:25:36 -0500 Subject: [PATCH] updated readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea9760a..2650d21 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ All commands are prefixed by `pf;`. Currently only a few are implemented. You can optionally add a display name after the member name, for example: `pf;member new jane "Jane Doe | ze/hir"`. If it has spaces, put it in __double quotes__. The length limit is 32 characters. - `remove` - Removes a member based on their name, for example: `pf;member remove jane`. - `name` - Updates the name for a specific member based on their current name, for ex: `pf;member john name jane`. The member name should ideally be short so you can write other commands with it easily. + - `list` - Lists all members in the system. - `displayname` - Updates the display name for a specific member based on their name, for example: `pf;member jane "Jane Doe | ze/hir"`.This can be up to 32 characters long. If it has spaces, put it in __double quotes__. - `propic` - Updates the profile picture for the member. Must be in JPG, PNG, or WEBP format and less than 10MB. The two options are: 1. Pass in a direct remote image URL, for example: `pf;member jane propic `. You can upload images on sites like . @@ -26,8 +27,11 @@ You can optionally add a display name after the member name, for example: `pf;me **NOTE:** Fluxer does not save your attachments forever, so option #1 is recommended. - `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 :( + ## Upcoming - [ ] React with x to delete message -- [ ] Reply to edit message - [ ] System tag at the end of messages -- [ ] Optionally keep proxy tag in message \ No newline at end of file +- [ ] Optionally keep proxy tag in message +- [ ] Autoproxy front \ No newline at end of file