mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Update SoundboardLogger
This commit is contained in:
parent
d7c314604f
commit
74dcba6968
1 changed files with 0 additions and 3 deletions
|
@ -8,7 +8,6 @@ import { addChatBarButton, removeChatBarButton } from "@api/ChatButtons";
|
|||
import { disableStyle, enableStyle } from "@api/Styles";
|
||||
import { Devs, EquicordDevs } from "@utils/constants";
|
||||
import definePlugin from "@utils/types";
|
||||
import { findExportedComponentLazy } from "@webpack";
|
||||
import { FluxDispatcher } from "@webpack/common";
|
||||
|
||||
import { ChatBarIcon } from "./components/Icons";
|
||||
|
@ -17,8 +16,6 @@ import { updateLoggedSounds } from "./store";
|
|||
import styles from "./styles.css?managed";
|
||||
import { getListeners } from "./utils";
|
||||
|
||||
const HeaderBarIcon = findExportedComponentLazy("Icon", "Divider");
|
||||
|
||||
export default definePlugin({
|
||||
name: "SoundBoardLogger",
|
||||
authors: [Devs.Moxxie, EquicordDevs.Fres, Devs.echo, EquicordDevs.thororen],
|
||||
|
|
Loading…
Reference in a new issue