commit
0c3e7a2c0c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,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 user credits is below amount
|
||||
|
|
Loading…
Add table
Reference in a new issue