mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-26 17:26:22 +00:00
Fix missing comma
This commit is contained in:
parent
def2c36395
commit
1c06196aac
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default definePlugin({
|
||||||
find: "=\"SYSTEM_TAG\"",
|
find: "=\"SYSTEM_TAG\"",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(?<=className:\i\.username,style:.{0,50}:void 0,)/,
|
match: /(?<=className:\i\.username,style:.{0,50}:void 0,)/,
|
||||||
replace: "style:{color:$self.calculateNameColorForContext(arguments[0])}"
|
replace: "style:{color:$self.calculateNameColorForContext(arguments[0])},"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue