From 3aa3f7ac520628121a4c8a198d62f1507394916a Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Sun, 14 Feb 2021 19:12:11 +0000 Subject: [PATCH] refactor(*): Move maxqueuesize to alphabetical order --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 813e664..b1d058f 100644 --- a/config.json +++ b/config.json @@ -4,6 +4,7 @@ "maxqueuesize": 4, "channeldeletetimeinminutes": 30, "deletecommandstoggle": false, + "maxqueuesize": 4, "prefix": "!", "token": "YOUR-TOKEN-GOES-HERE" }