Closed kiiada closed 4 years ago
And the regex's that are in here are only matching the first character of each of those messages (so the behavior is wrong currently)
also i'd add length checking along the lines of
if len(new_msg) > 2000: await ctx.send("too long")
And the regex's that are in here are only matching the first character of each of those messages (so the behavior is wrong currently)