Merge remote-tracking branch 'upstream/main'

This commit is contained in:
thororen1234 2024-10-05 17:15:48 +00:00
commit 7155bdf764
12 changed files with 76 additions and 100 deletions

View file

@ -123,8 +123,8 @@ export default definePlugin({
{
find: '"MessageReactionsStore"',
replacement: {
match: /function (\i)\(\){(\i)={}(?=.*CONNECTION_OPEN:\1)/,
replace: "$&;$self.reactions=$2;"
match: /(?<=CONNECTION_OPEN:function\(\){)(\i)={}/,
replace: "$&;$self.reactions=$1"
}
},
{