Removed unused types
This commit is contained in:
@@ -1,16 +1,3 @@
|
|||||||
import { ChatInputCommandInteraction } from "discord.js"
|
|
||||||
import { ExtendedClient } from "utils/Client.js"
|
|
||||||
import TZs from "./TimeZones"
|
import TZs from "./TimeZones"
|
||||||
|
|
||||||
export type TimeZones = typeof TZs[number]
|
export type TimeZones = typeof TZs[number]
|
||||||
|
|
||||||
export type SubcommandFunc = (interaction: ChatInputCommandInteraction, client?: ExtendedClient) => Promise<void>
|
|
||||||
|
|
||||||
export type SnipeCache = {
|
|
||||||
author: string
|
|
||||||
content: string
|
|
||||||
channel: string
|
|
||||||
createdAt: number
|
|
||||||
deletedAt: number
|
|
||||||
attachments: string[]
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user