🩹 Fixed issue #64

This commit is contained in:
Axel Olausson Holtenäs 2022-03-17 20:20:31 +01:00
parent c3a08daa92
commit 6b642a64a8
No known key found for this signature in database
GPG key ID: E3AE7E194AE017ED

View file

@ -38,7 +38,7 @@ module.exports = async (interaction) => {
};
// Send interaction reply
return await interaction.editReply({ embeds: [embed], ephemeral: true });
return interaction.editReply({ embeds: [embed], ephemeral: true });
}
// If amount is zero or below
@ -53,7 +53,7 @@ module.exports = async (interaction) => {
};
// Send interaction reply
return await interaction.editReply({ embeds: [embed], ephemeral: true });
return interaction.editReply({ embeds: [embed], ephemeral: true });
}
// If user has below gifting amount
@ -68,7 +68,7 @@ module.exports = async (interaction) => {
};
// Send interaction reply
return await interaction.editReply({ embeds: [embed], ephemeral: true });
return interaction.editReply({ embeds: [embed], ephemeral: true });
}
// If toUserDB has no credits