mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 19:45:09 +00:00
NoBlockedMessages: Fix extra space between messages
This commit is contained in:
parent
cdff1ae79e
commit
8ecae352fd
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export default definePlugin({
|
|||
find: ".__invalid_blocked,",
|
||||
replacement: [
|
||||
{
|
||||
match: /let{expanded:\i,[^}]*?collapsedReason[^}]*}/,
|
||||
match: /let{messages:\i,[^}]*?collapsedReason[^}]*}/,
|
||||
replace: "if($self.shouldHide(arguments[0]))return null;$&"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue