mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Webpack build for branch master: ee3a2415e4
This commit is contained in:
parent
17ad458e85
commit
03aab7c1b4
2 changed files with 4 additions and 6 deletions
|
|
@ -8057,11 +8057,9 @@ class TextBasedChannel {
|
||||||
|
|
||||||
if (!options.content) options.content = content;
|
if (!options.content) options.content = content;
|
||||||
|
|
||||||
if (options.embed && options.embed.file) options.file = options.embed.file;
|
if (options.embed && options.embed.file) {
|
||||||
|
if (options.files) options.files.push(options.embed.file);
|
||||||
if (options.file) {
|
else options.files = [options.embed.file];
|
||||||
if (options.files) options.files.push(options.file);
|
|
||||||
else options.files = [options.file];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.files) {
|
if (options.files) {
|
||||||
|
|
|
||||||
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