CustomUserColors: No Warn
Some checks are pending
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-06-17 17:24:34 -04:00
parent ee16f4b8d8
commit 4b01569bc5
No known key found for this signature in database

View file

@ -99,7 +99,8 @@ export default definePlugin({
match: /(?<=colorString:\i,colorStrings:\i,colorRoleName:\i}=)(\i),/, match: /(?<=colorString:\i,colorStrings:\i,colorRoleName:\i}=)(\i),/,
replace: "$self.wrapMessageColorProps($1, arguments[0])," replace: "$self.wrapMessageColorProps($1, arguments[0]),"
}, },
predicate: () => !Settings.plugins.IrcColors.enabled predicate: () => !Settings.plugins.IrcColors.enabled,
noWarn: true
}, },
{ {
find: "PrivateChannel.renderAvatar", find: "PrivateChannel.renderAvatar",