ClemBotProject/ClemBot

Bug: Quoting Message Fails if Character Count Exceeds 1024

Closed this issue · 2 comments

The quoting message feature appears to not work and throws an error in #clem-bot-error-log if a message has more than 1024 characters. This includes characters used for emoji.

Quotations ought to be broken up like starboard does (and perhaps even paginated) if the character count is exceeded.

For example:
image

Yields in #clem-bot-error-log:
image

Great catch on this one, we should probably just truncate and let people click the link to the message

Would be an easy pr