From eb412928ea2ed1f34a7cdb44ae1aa3eec2d449b5 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Mon, 26 Oct 2020 16:20:27 +0000 Subject: [PATCH] feat(*): Add channel delete time to config file --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index b2125c4..816c7a9 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "maxqueuesize": 4, + "channeldeletetimeinminutes": 20, "prefix": "!", "token": "NzcwMDQyMDEzMjY5NDkxNzUy.X5Xzgg.kcr_51g95iUvEcYCfbQvG1Sx8ao" }