HuyaneMatsu / Koishi

The bot who borrows your fishing rods and eats your shrimp fry.
Other
18 stars 3 forks source link

message-move author name length #65

Closed HuyaneMatsu closed 1 year ago

HuyaneMatsu commented 2 years ago

At message-move and at channel-move commands the author name's length is not checked and can get out of the expected range (?). At wrapper side it is limited to 32 which also needs a revision.

HuyaneMatsu commented 2 years ago

The max name length is indeed higher than 32 (80).

HuyaneMatsu commented 1 year ago

Fix pushed 🚀