Skip to content

Commit

Permalink
Fix patch conflict with BetterRoleDot
Browse files Browse the repository at this point in the history
  • Loading branch information
jedenastka committed Feb 18, 2024
1 parent 8909525 commit 8cd00a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/ircColors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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))}"
},
},
Expand Down

0 comments on commit 8cd00a3

Please sign in to comment.