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