This is a valid usage to send with only attachments and no text. Line 13 of slack.js should be ``` if (!message.text && !Array.isArray(message.attachments)) { ```
This is a valid usage to send with only attachments and no text.
Line 13 of slack.js should be