Files
RandomMemerBot/models/avoid-list.ts
2023-10-21 05:09:38 +02:00

3 lines
56 B
TypeScript

export interface AvoidList {
avoidUsers: string[];
}