diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/apiServerList.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/apiServerList.ts b/src/plugins/apiServerList.ts index 77498ac..6585d38 100644 --- a/src/plugins/apiServerList.ts +++ b/src/plugins/apiServerList.ts @@ -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)" |