Merge pull request #169 from VermiumSifell/main

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

View file

@ -34,7 +34,7 @@ module.exports = async (interaction) => {
timestamp: new Date(),
footer: { iconURL: config.footer.icon, text: config.footer.text },
};
return await interaction.editReply({ embeds: [embed], ephemeral: true });
return interaction.editReply({ embeds: [embed], ephemeral: true });
}
// Stop if amount or user credits is above 1.000.000