mirror of
https://github.com/danbulant/discord.js
synced 2026-06-22 00:02:13 +00:00
Webpack build for branch master: 2237749d29
This commit is contained in:
parent
1a8d831a0e
commit
15ce1046ae
2 changed files with 3 additions and 1 deletions
|
|
@ -3647,6 +3647,8 @@ class TextBasedChannel {
|
|||
options = {};
|
||||
}
|
||||
|
||||
if (options.embed && options.embed.file) options.file = options.embed.file;
|
||||
|
||||
// backward compat
|
||||
if (options.file) {
|
||||
if (options.files) options.files.push(options.file);
|
||||
|
|
|
|||
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