Fix ServerListAPI
This commit is contained in:
parent
d5c35055f3
commit
d1ad6c47a7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export default definePlugin({
|
|||
}
|
||||
},
|
||||
{
|
||||
find: "Messages.SERVERS",
|
||||
find: "Messages.SERVERS,children",
|
||||
replacement: {
|
||||
match: /(Messages\.SERVERS,children:)(.+?default:return null\}\}\)\))/,
|
||||
replace: "$1Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.In).concat($2)"
|
||||
|
|
Loading…
Reference in a new issue