From 6b642a64a891b129ae2fe4fb8c99f61b58843566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Olausson=20Holten=C3=A4s?= Date: Thu, 17 Mar 2022 20:20:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fixed=20issue=20#64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/credits/addons/gift.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/credits/addons/gift.js b/src/commands/credits/addons/gift.js index edeffae..f966f6b 100644 --- a/src/commands/credits/addons/gift.js +++ b/src/commands/credits/addons/gift.js @@ -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