.send()
.send({ files: [ファイル] })
.send({ files: [new Discord.MessageAttachment(ファイル)] })
ファイル
.send({ files: ['https://picsum.photos/200'] })
.send({ files: ['./image.png'] })