我在数组中有一些数据。我希望它以
.json
您可以在此处找到文档。那么如何通过文件在通道中发送它是
<Client>.createMessage(<Message>.channel.id, 'Text', {file: {file.name: '<name>.json', file.file: 'Put your array data here'}})
我希望这有帮助!