1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 09:56:24 +00:00

Improve code style

This commit is contained in:
Grzesiek11 2024-08-02 12:16:40 +02:00
parent 38f3542b5e
commit 3ecb45ea06
No known key found for this signature in database
GPG key ID: 4A5445FB68CDB5C4

View file

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