mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 02:16:23 +00:00
Fix patch conflict with BetterRoleDot
This commit is contained in:
parent
8909525b4d
commit
8cd00a3c05
1 changed files with 1 additions and 1 deletions
|
@ -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))}"
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue