mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 19:45:09 +00:00
RoleColorEverwhere: fix poll vote list
This commit is contained in:
parent
c36c750106
commit
b0115598ba
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ export default definePlugin({
|
|||
{
|
||||
find: ",reactionVoteCounts",
|
||||
replacement: {
|
||||
match: /\.nickname,(?=children:)/,
|
||||
match: /\.name,(?="aria-label)/,
|
||||
replace: "$&style:$self.getColorStyle(arguments[0]?.user?.id,arguments[0]?.channel?.id),"
|
||||
},
|
||||
predicate: () => settings.store.pollResults
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue