discordie
discordie copied to clipboard
Feature request for .sendCode()
Feature request for a .sendMessage() clone that will send contents as a code block.
channel.sendCode(content | Array, format)
E.g. channel.sendCode('Hello World', 'xl');
Make it yourself, OK?
The problem with making this a command is that to get the fidelity on how you want to send code, you are basically specifying details to the same level of using ```
or ``
in a sendMessage command anyway.