commit
7dc67d1926
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module.exports = async (interaction) => {
|
||||||
timestamp: new Date(),
|
timestamp: new Date(),
|
||||||
footer: { iconURL: config.footer.icon, text: config.footer.text },
|
footer: { iconURL: config.footer.icon, text: config.footer.text },
|
||||||
};
|
};
|
||||||
return await interaction.editReply({
|
return interaction.editReply({
|
||||||
embeds: [embed],
|
embeds: [embed],
|
||||||
ephemeral: true,
|
ephemeral: true,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue