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