|
@@ -15,6 +15,8 @@ import { ContestVote } from "./entity/ContestVote";
|
|
|
import { FileOnlyChannel } from "./entity/FileOnlyChannel";
|
|
|
import { RandomMessageReaction } from "./entity/RandomMesssageReaction";
|
|
|
import { GuildGreeting } from "./entity/GuildGreeting";
|
|
|
+import { Violation, Mute, Kick, Ban } from "./entity/Violation";
|
|
|
+import { GuildViolationSettings } from "./entity/GuildViolationSettings";
|
|
|
|
|
|
export const DB_ENTITIES = [
|
|
|
AggroNewsItem,
|
|
@@ -36,5 +38,10 @@ export const DB_ENTITIES = [
|
|
|
ContestVote,
|
|
|
FileOnlyChannel,
|
|
|
RandomMessageReaction,
|
|
|
- GuildGreeting
|
|
|
+ GuildGreeting,
|
|
|
+ Violation,
|
|
|
+ Mute,
|
|
|
+ Kick,
|
|
|
+ Ban,
|
|
|
+ GuildViolationSettings,
|
|
|
];
|