From 4a687715666bfe728758e599e21568a696f3ee75 Mon Sep 17 00:00:00 2001 From: christolis Date: Wed, 21 Feb 2024 19:51:46 +0200 Subject: [PATCH] feat(config): add coolMessages stuff --- application/config.json.template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/application/config.json.template b/application/config.json.template index 23e8f72648..e6cfe46d96 100644 --- a/application/config.json.template +++ b/application/config.json.template @@ -110,5 +110,9 @@ "special": [ ] }, - "selectRolesChannelPattern": "select-your-roles" + "selectRolesChannelPattern": "select-your-roles", + "coolMessagesConfig": { + "minimumReactions": 1, + "boardChannelPattern": "quotes" + } }