From f8cf19287cd5fa19b9c8af6383604333b635dfeb Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 25 Aug 2022 01:48:39 +0000 Subject: [PATCH] update config.py with max-length --- src/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.py b/src/config.py index c16e699..67f3e35 100644 --- a/src/config.py +++ b/src/config.py @@ -8,6 +8,7 @@ sample_json = """ "roleid": 0, "username": "music-bot" }, + "max-length": 6000 } """