mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 19:43:39 +00:00
Fix embed sending part 3
This commit is contained in:
@ -34,6 +34,6 @@ module.exports = {
|
||||
.setColor(client.config.embedColor)
|
||||
.setDescription(statistics)
|
||||
.setFooter(client.messages.footerText, "https://cdn.discordapp.com/emojis/" + client.messageEmojis["eximiabots"].replace(/[^0-9]+/g, ''));
|
||||
return msg.channel.send({ embeds: embed });
|
||||
return msg.channel.send({ embeds: [embed] });
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user