mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 18:26:23 +00:00
10 lines
266 B
TypeScript
10 lines
266 B
TypeScript
|
/*
|
||
|
* Vencord, a Discord client mod
|
||
|
* Copyright (c) 2023 Vendicated and contributors
|
||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
*/
|
||
|
|
||
|
import { findByPropsLazy } from "@webpack";
|
||
|
|
||
|
export const TextAndImagesSettingsStores = findByPropsLazy("MessageDisplayCompact");
|