Lulzx / messagemerger

A simple bot to concatenate and split message content.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merging is broken for multiple line text

Lulzx opened this issue · comments

commented

message merging doesn't works when the texts forwarded have multiple new lines in them, need to fix this issue, code is at these lines:

text = [i.split(': ')[1:] for i in text]