Send long command outputs to a paste service
Opened this issue · 2 comments
anand2312 commented
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
Jay-Madden commented
There are several good self hosted options that we can utilize for this
Emimendoza commented
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.