Fix IrcColors for gradient roles and other patches

This commit is contained in:
Nuckyz 2025-05-12 20:38:58 -03:00
parent 690574376b
commit 92ff9c1ca4
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
3 changed files with 15 additions and 5 deletions

View file

@ -197,7 +197,7 @@ export default definePlugin({
},
// Patches Discord generic logger function
{
find: "Σ:",
find: '"file-only"!==',
predicate: () => settings.store.disableLoggers,
replacement: {
match: /(?<=&&)(?=console)/,