mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 02:16:23 +00:00
remove default from find/replace
This commit is contained in:
parent
5648b16107
commit
5240085285
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ export default definePlugin({
|
|||
}
|
||||
},
|
||||
{
|
||||
find: ".default.guildFilter:null",
|
||||
find: ".guildFilter:null",
|
||||
replacement: {
|
||||
match: /function (\i)\(\i\){let{message:\i,gotoMessage/,
|
||||
replace: "$self.renderMsg = $1; $&"
|
||||
|
|
Loading…
Reference in a new issue