Larger refactoring and added avoidlist

This commit is contained in:
Myx
2023-10-21 05:09:38 +02:00
parent ccf7a218fd
commit 8fd3eeae03
30 changed files with 753 additions and 213 deletions

3
models/avoid-list.ts Normal file
View File

@@ -0,0 +1,3 @@
export interface AvoidList {
avoidUsers: string[];
}