mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 01:46:23 +00:00
oops
This commit is contained in:
parent
dc7b3dbd1e
commit
7eeaa32473
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
import { classNameFactory } from "@api/Styles";
|
||||
import ErrorBoundary from "@components/ErrorBoundary";
|
||||
import { classes } from "@utils/misc";
|
||||
import { findByProps, findComponentByCode, findStore } from "@webpack";
|
||||
import { findComponentByCode, findProp, findStore } from "@webpack";
|
||||
import { ChannelStore, GuildStore, IconUtils, NavigationRouter, PermissionsBits, PermissionStore, showToast, Text, Toasts, Tooltip, useCallback, useMemo, UserStore, useStateFromStores } from "@webpack/common";
|
||||
import { Channel } from "discord-types/general";
|
||||
|
||||
const cl = classNameFactory("vc-uvs-");
|
||||
|
||||
const { selectVoiceChannel } = findByProps("selectChannel", "selectVoiceChannel");
|
||||
const selectVoiceChannel = findProp("selectVoiceChannel", "selectChannel");
|
||||
const VoiceStateStore = findStore("VoiceStateStore");
|
||||
const UserSummaryItem = findComponentByCode("defaultRenderUser", "showDefaultAvatarsForNullUsers");
|
||||
|
||||
|
|
Loading…
Reference in a new issue