fix UserVoiceShow

This commit is contained in:
Vendicated 2023-10-26 00:36:23 +02:00
parent 0c12500c0a
commit d852393cfb
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ import { Button, Forms, PermissionStore, Toasts } from "@webpack/common";
import { Channel } from "discord-types/general";
const ChannelActions = findByPropsLazy("selectChannel", "selectVoiceChannel");
const UserPopoutSection = findByCodeLazy(".lastSection", ".children");
const UserPopoutSection = findByCodeLazy(".lastSection", "children:");
const CONNECT = 1n << 20n;