diff --git a/src/models/Guild.ts b/src/models/Guild.ts index fabb5e404..38f852513 100644 --- a/src/models/Guild.ts +++ b/src/models/Guild.ts @@ -40,8 +40,6 @@ export interface Guild { linkFilter?: boolean; linkFilterWarnings?: boolean; linkFilterExemptions?: string[]; - // spam filters - mentionSpamThreshold?: number; // starboard starboardChannel?: string; starboardThreshold?: number; @@ -160,9 +158,6 @@ export default mongoose.model("Guild", new mongoose.S linkFilterExemptions: { type: [ String ], }, - mentionSpamThreshold: { - type: Number, - }, starboardChannel: { type: String, unique: true,