diff --git a/src/typings/index.ts b/src/typings/index.ts index 45c5178..a710bb7 100644 --- a/src/typings/index.ts +++ b/src/typings/index.ts @@ -1,16 +1,3 @@ -import { ChatInputCommandInteraction } from "discord.js" -import { ExtendedClient } from "utils/Client.js" import TZs from "./TimeZones" export type TimeZones = typeof TZs[number] - -export type SubcommandFunc = (interaction: ChatInputCommandInteraction, client?: ExtendedClient) => Promise - -export type SnipeCache = { - author: string - content: string - channel: string - createdAt: number - deletedAt: number - attachments: string[] -}