Fix Volume On SoundBoardLogger

This commit is contained in:
thororen1234 2024-07-20 01:41:32 -04:00
parent d5037ffbde
commit c7e48b1c26
7 changed files with 19 additions and 26 deletions

View file

@ -5,8 +5,8 @@
*/
import { definePluginSettings } from "@api/Settings";
import { EquicordDevs } from "@utils/constants";
import { makeRange } from "@components/PluginSettings/components";
import { EquicordDevs } from "@utils/constants";
import definePlugin, { OptionType } from "@utils/types";
import { ReactNode } from "react";