mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-11 23:53:03 -04:00
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:
parent
df68579658
commit
b07618ddaa
3 changed files with 79 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue