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

Fix missing comma

This commit is contained in:
Grzesiek11 2024-02-18 04:58:02 +01:00
parent def2c36395
commit 1c06196aac
No known key found for this signature in database
GPG key ID: 4A5445FB68CDB5C4

View file

@ -28,7 +28,7 @@ export default definePlugin({
find: "=\"SYSTEM_TAG\"",
replacement: {
match: /(?<=className:\i\.username,style:.{0,50}:void 0,)/,
replace: "style:{color:$self.calculateNameColorForContext(arguments[0])}"
replace: "style:{color:$self.calculateNameColorForContext(arguments[0])},"
},
},
],