Updated import
This commit is contained in:
@@ -5,7 +5,7 @@ import { Button } from "../interfaces"
|
||||
import { Modal } from "../interfaces"
|
||||
import { Autocomplete } from "../interfaces"
|
||||
import env from "./Env"
|
||||
import { autoDeployCommands } from "./Autodeploy"
|
||||
import autoDeployCommands from "./Autodeploy"
|
||||
import { loadAllEvents } from "./Events"
|
||||
|
||||
export class ExtendedClient extends Client {
|
||||
|
||||
8
src/utils/Types.ts
Normal file
8
src/utils/Types.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type SnipeCache = {
|
||||
author: string
|
||||
content: string
|
||||
channel: string
|
||||
createdAt: number
|
||||
deletedAt: number
|
||||
attachments: string[]
|
||||
}
|
||||
Reference in New Issue
Block a user