feat(plugin): MessageBurst (#142)

* add myself to EquicordDevs list

* implement MessageMerger plugin

* change lastMessageContent to lastMessage

better variable name

* refactor and cleanup code

* rebrand and add option

* implement time checking

* better description

* add plugin to plugin list within README

had to redo this because prettier kept attempting to format it

---------

Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
port 2025-02-09 02:53:29 +00:00 committed by GitHub
parent df68579658
commit b07618ddaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 79 additions and 0 deletions

View file

@ -1004,6 +1004,10 @@ export const EquicordDevs = Object.freeze({
name: "okiso",
id: 274178934143451137n,
},
port22exposed: {
name: "port",
id: 1318383159645311009n,
},
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly