Merge pull request #172 from VermiumSifell/main

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

View file

@ -132,7 +132,7 @@ module.exports = async (interaction) => {
);
// Send interaction reply
return await interaction.editReply({
return interaction.editReply({
embeds: [interactionEmbed],
ephemeral: true,
});