remove unnecessary imports
This commit is contained in:
parent
bc226719b4
commit
54bb8ef16d
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
import { definePluginSettings } from "@api/Settings";
|
import { definePluginSettings } from "@api/Settings";
|
||||||
import { Devs } from "@utils/constants";
|
import definePlugin from "@utils/types";
|
||||||
import definePlugin, { OptionType } from "@utils/types";
|
|
||||||
import type { Message } from "discord-types/general";
|
import type { Message } from "discord-types/general";
|
||||||
|
|
||||||
const settings = definePluginSettings({}).withPrivateSettings<{
|
const settings = definePluginSettings({}).withPrivateSettings<{
|
||||||
|
|
Loading…
Reference in a new issue