More Fixes

This commit is contained in:
thororen1234 2025-02-11 18:31:16 -05:00
parent 8cc6a73e19
commit 76c540bd73
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ export default definePlugin({
{
find: '"SystemMessageUtils.stringify(...) could not convert"',
replacement: {
match: /{icon:.*?}/,
match: /{icon:.{0,45}body:\i}/,
replace: "($self.makeTitle($&,...arguments))",
}
},