Files
illegitimate-bot/src/utils/Types.ts
2024-01-12 17:59:20 +01:00

8 lines
157 B
TypeScript

export type SnipeCache = {
author: string
content: string
channel: string
createdAt: number
deletedAt: number
attachments: string[]
}