mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 05:22:15 +00:00
Merge branch 'master' into indev
This commit is contained in:
commit
9230b8866b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue