1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-25 08:46:25 +00:00

RoleColorEverywhere: Actually fix patch

This commit is contained in:
Nuckyz 2024-05-01 17:19:42 -03:00 committed by Luna
parent b9297fee90
commit e90ca32a43

View file

@ -94,7 +94,7 @@ export default definePlugin({
find: "renderPrioritySpeaker",
replacement: [
{
match: /renderName\(\).{0,100}speaking:.+?(?=\[\i\.username\])/,
match: /renderName\(\){.+?usernameSpeaking\]:.+?(?=children)/,
replace: "$&...$self.getVoiceProps(this.props),"
}
],