From 56c9e4377712e1a13e4d4f391ac0cf34cfb6e91d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 4 Mar 2021 22:01:45 +0100 Subject: :sparkles: Schema --- src/util/Config.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util/Config.ts') diff --git a/src/util/Config.ts b/src/util/Config.ts index cfdb0d1e..cd225407 100644 --- a/src/util/Config.ts +++ b/src/util/Config.ts @@ -45,6 +45,7 @@ export interface DefaultOptions { ttsCharacters: number; maxReactions: number; maxAttachmentSize: number; + maxBulkDelete: number; }; channel: { maxPins: number; @@ -124,6 +125,7 @@ export const DefaultOptions: DefaultOptions = { ttsCharacters: 200, maxReactions: 20, maxAttachmentSize: 8388608, + maxBulkDelete: 100, }, channel: { maxPins: 50, -- cgit 1.5.1