mirror of
https://github.com/Myxelium/RandomMemerBot.git
synced 2026-04-21 05:25:08 +00:00
3 lines
56 B
TypeScript
3 lines
56 B
TypeScript
export interface AvoidList {
|
|
avoidUsers: string[];
|
|
} |