mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
fix a patch
This commit is contained in:
parent
743c279adc
commit
5daddac821
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default definePlugin({
|
|||
},
|
||||
{
|
||||
match: /null,(\i)===\i\.ExpressionPickerViewType\.EMOJI\?.{0,55}channel:(\i),.+?\):null/,
|
||||
replace: "$&,...Vencord.Api.ExpressionPickerTabs.TabPanels($1, $3)"
|
||||
replace: "$&,...Vencord.Api.ExpressionPickerTabs.TabPanels($1, $2)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue