mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 03:31:03 +00:00
Webpack build for branch master: 1c901cee7b
This commit is contained in:
parent
afc7b5ea28
commit
58520f5ca9
2 changed files with 3 additions and 3 deletions
|
|
@ -7766,7 +7766,7 @@ class Webhook {
|
||||||
}).then(data => {
|
}).then(data => {
|
||||||
if (!this.client.channels) return data;
|
if (!this.client.channels) return data;
|
||||||
const Message = __webpack_require__(9);
|
const Message = __webpack_require__(9);
|
||||||
return new Message(this.client.channels.get(data.channel_id, data, this.client));
|
return new Message(this.client.channels.get(data.channel_id), data, this.client);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -7795,7 +7795,7 @@ class Webhook {
|
||||||
}).then(data => {
|
}).then(data => {
|
||||||
if (!this.client.channels) return data;
|
if (!this.client.channels) return data;
|
||||||
const Message = __webpack_require__(9);
|
const Message = __webpack_require__(9);
|
||||||
return new Message(this.client.channels.get(data.channel_id, data, this.client));
|
return new Message(this.client.channels.get(data.channel_id), data, this.client);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue