Merge pull request #163 from VermiumSifell/main

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

View file

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