mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 10:26:21 +00:00
Update src/plugins/keywordNotify/index.tsx
Co-authored-by: AutumnVN <autumnvnchino@gmail.com>
This commit is contained in:
parent
311c4bee3c
commit
3cfe1dd9cc
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: "}_dispatch(",
|
find: "}_dispatch(",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /}_dispatch\((.{1,2}),.{1,2}\){/,
|
match: /}_dispatch\((\i),\i\){/,
|
||||||
replace: "$&$1=$self.modify($1);"
|
replace: "$&$1=$self.modify($1);"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue