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

10 lines
177 B
TypeScript

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