Update cancel.js

This commit is contained in:
Axel Olausson Holtenäs 2022-03-17 11:33:24 +01:00 committed by GitHub
parent b6add79b26
commit c9c245df1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
});