Update src/plugins/keywordNotify/index.tsx

Co-authored-by: AutumnVN <autumnvnchino@gmail.com>
This commit is contained in:
camila 2023-11-17 00:35:11 -06:00 committed by GitHub
parent 311c4bee3c
commit 3cfe1dd9cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ export default definePlugin({
{
find: "}_dispatch(",
replacement: {
match: /}_dispatch\((.{1,2}),.{1,2}\){/,
match: /}_dispatch\((\i),\i\){/,
replace: "$&$1=$self.modify($1);"
}
}