SocksTheWolf / AntiScamBot

A discord bot that shares commission scammer ban lists
https://scamguard.app/
MIT License
5 stars 3 forks source link

?print can overflow message length #18

Closed SocksTheWolf closed 9 months ago

SocksTheWolf commented 9 months ago

Print commands can overflow the 2000 character limit that Discord enforces onto bot messages.

Get around this by splitting up the message.

SocksTheWolf commented 9 months ago

Fixed in a90ec47