From 884992f004096460d713463bb5a34a82d7c46057 Mon Sep 17 00:00:00 2001 From: brandons209 Date: Sat, 15 Feb 2020 18:12:49 -0500 Subject: [PATCH] change minimum message length --- moreadmin/moreadmin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moreadmin/moreadmin.py b/moreadmin/moreadmin.py index 0cd4e6c..cbe815c 100644 --- a/moreadmin/moreadmin.py +++ b/moreadmin/moreadmin.py @@ -27,7 +27,7 @@ TIME_RE_STRING = r"\s?".join( TIME_RE = re.compile(TIME_RE_STRING, re.I) -MIN_MSG_LEN = 10 +MIN_MSG_LEN = 6 # 0 is guild object, 1 is invite link PURGE_DM_MESSAGE = "**__Notice of automatic inactivity removal__**\n\nYou have been kicked from {0.name} for lack of activity in the server; this is merely routine, and you are welcome to join back here: {1}"