Right now .whois will just get cut off after 2000 chars and not display anything below the cutoff point. We should make a utility which can take a string and split it up into <=2000-char chunks (ideally splitting the message up on newlines) so we can use multiple messages to show the entire output.
This may not apply to .whois specifically if we move its output to embeds to fix our mention display problems (#219), but it would still be handy to have around
Right now
.whoiswill just get cut off after 2000 chars and not display anything below the cutoff point. We should make a utility which can take a string and split it up into <=2000-char chunks (ideally splitting the message up on newlines) so we can use multiple messages to show the entire output.This may not apply to
.whoisspecifically if we move its output to embeds to fix our mention display problems (#219), but it would still be handy to have around