From b4ee73da0ee1437716f2d76b23d086e016bf2cbe Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Mon, 26 Oct 2020 22:10:40 +0000 Subject: [PATCH] refactor(*): Move maxqueuesize to alphabetical order --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 0239e7d..c6f1eb0 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { - "maxqueuesize": 4, "channeldeletetimeinminutes": 30, "deletecommandstoggle": false, + "maxqueuesize": 4, "prefix": "!", "token": "NzcwMDQyMDEzMjY5NDkxNzUy.X5Xzgg.kcr_51g95iUvEcYCfbQvG1Sx8ao" }