Files
illegitimate-bot/src/typings/Types.ts
2024-01-16 17:05:15 +01:00

11 lines
178 B
TypeScript

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