TheDataLeek / Eris-Cogs

Cogs for Red Discord Bot
Other
9 stars 13 forks source link

Add .big_text and info file changes #34

Closed kiiada closed 4 years ago

TheDataLeek commented 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)

TheDataLeek commented 4 years ago

also i'd add length checking along the lines of

if len(new_msg) > 2000:
  await ctx.send("too long")