message.attachments.forEach(attachment => { const ImageLink = attachment.proxyURL; message.channel.send(``${ImageLink}``).catch(error) });