Update add.js

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

View file

@ -85,5 +85,5 @@ module.exports = async (interaction) => {
};
// Send interaction reply
return await interaction.editReply({ embeds: [embed] });
return interaction.editReply({ embeds: [embed] });
};