Utility class for constructing messages that can be sent over discord, allowing for inteligent limiting of size and stripping of formatting characters.
Append a line to this message. Returns false if the buffer is full.
Format and append a line to this message. Returns false if the buffer is full.
Remove the last line in the buffer
Formatted contents of this message.
Current length of this message (without formatting)
Max length of this message (subtracting for formatting)
See Implementation
Utility class for constructing messages that can be sent over discord, allowing for inteligent limiting of size and stripping of formatting characters.