1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00

Fix patch conflict with BetterRoleDot

This commit is contained in:
Grzesiek11 2024-02-18 03:20:00 +01:00
parent 8909525b4d
commit 8cd00a3c05
No known key found for this signature in database
GPG key ID: 4A5445FB68CDB5C4

View file

@ -27,7 +27,7 @@ export default definePlugin({
{
find: "=\"SYSTEM_TAG\"",
replacement: {
match: /style:"username"===\i&&null!=\i\?{color:\i}:void 0/,
match: /(?<=className:\i\.username,style:.{0,50}:void 0,)/,
replace: "style:{color:$self.calculateNameColor(BigInt(arguments[0].message.author.id))}"
},
},