ClemBot icon indicating copy to clipboard operation
ClemBot copied to clipboard

Send long command outputs to a paste service

Open anand2312 opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe. Currently, in case of long outputs, the !e command does this:

... Output line limit exceeded, data truncated

Describe the solution you'd like Instead, send the output to a paste service, and send the link as the command output

anand2312 avatar May 28 '21 15:05 anand2312

There are several good self hosted options that we can utilize for this

Jay-Madden avatar May 28 '21 15:05 Jay-Madden

We could also simply save the data as a .txt and send that as an attachment. That way we increase the limit from 2000 characters to 8MB and 1 byte per character would be 8 Million characters. And no need for any added api or paste bin like service.

Emimendoza avatar May 28 '21 17:05 Emimendoza