mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +02:00
Should be all of them
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Credit:
|
// Credit:
|
||||||
// https://github.com/discordjs/discord.js/blob/ecd8cccddf9b83f4f7cd858fdcad9e436ac51794/src/structures/MessageEmbed.js
|
// https://github.com/discordjs/discord.js/blob/ecd8cccddf9b83f4f7cd858fdcad9e436ac51794/src/structures/MessageEmbed.js
|
||||||
|
|
||||||
const { Util } = require('discord.js');
|
const { Util } = require('discord.js');
|
||||||
@@ -361,7 +361,7 @@ class MessageEmbed {
|
|||||||
} : null,
|
} : null,
|
||||||
footer: this.footer ? {
|
footer: this.footer ? {
|
||||||
text: this.footer.text,
|
text: this.footer.text,
|
||||||
icon_url: this.footer.iconURL,
|
icon_url: this.footer.iconURL
|
||||||
} : null
|
} : null
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user