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 { Devs } from "@utils/constants";
|
||||
import definePlugin, { OptionType } from "@utils/types";
|
||||
import definePlugin from "@utils/types";
|
||||
import type { Message } from "discord-types/general";
|
||||
|
||||
const settings = definePluginSettings({}).withPrivateSettings<{
|
||||
|
|
Loading…
Reference in a new issue