From f292e7002f6a6ab8e2233f57b53e8f120b951140 Mon Sep 17 00:00:00 2001 From: comp500 Date: Mon, 10 Oct 2016 03:44:38 +0100 Subject: [PATCH] fix proxyURL (#783) --- src/structures/MessageAttachment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/MessageAttachment.js b/src/structures/MessageAttachment.js index a2c5c8d95..e9573a7be 100644 --- a/src/structures/MessageAttachment.js +++ b/src/structures/MessageAttachment.js @@ -48,7 +48,7 @@ class MessageAttachment { * The Proxy URL to this attachment * @type {string} */ - this.proxyURL = data.url; + this.proxyURL = data.proxy_url; /** * The height of this attachment (if an image)