Merge pull request #165 from VermiumSifell/main

Fixed issue #108
This commit is contained in:
Axel Olausson Holtenäs 2022-03-17 11:29:56 +01:00 committed by GitHub
commit c83eb80feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ module.exports = async (interaction) => {
);
// Send interaction reply
return await interaction.editReply({ embeds: [embed] });
return interaction.editReply({ embeds: [embed] });
}
// Create embed object
const embed = {