Remove the message length limit

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-07-26 19:01:58 +03:00
parent 0c48d626cc
commit 585f6d6c19
Signed by untrusted user who does not match committer: ari
GPG key ID: A50D5B4B599AF8A2

View file

@ -1167,7 +1167,6 @@ class MessageParser:
if (
len(content) > 3
or len(str_msg) > (100 + len(CONFIG["bot-name"]))
or not user
or user == CONFIG["bot-name"]
):