Files
RandomMemerBot/models/uploaderInformation.ts
2024-05-12 19:44:36 +02:00

4 lines
78 B
TypeScript

export interface UploaderInformation {
guildId: string,
user: string
}