mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 22:05:11 +00:00
RoleColorEverywhere: fix reactions
This commit is contained in:
parent
fb3d927f8c
commit
9c3163da5e
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ export default definePlugin({
|
|||
{
|
||||
find: ".reactorDefault",
|
||||
replacement: {
|
||||
match: /,onContextMenu:\i=>.{0,15}\((\i),(\i),(\i)\).{0,250}tag:"strong"/,
|
||||
match: /tag:"strong"(?=.{0,50}\i\.name)(?<=onContextMenu:.{0,15}\((\i),(\i),\i\).+?)/,
|
||||
replace: "$&,style:$self.getColorStyle($2?.id,$1?.channel?.id)"
|
||||
},
|
||||
predicate: () => settings.store.reactorsList,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue