From cc90a1118762e8f10fe82a3c3cc5fdb7eb3bec37 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Thu, 17 Mar 2022 11:39:41 +0100 Subject: [PATCH] Update gift.js --- src/commands/credits/addons/gift.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/credits/addons/gift.js b/src/commands/credits/addons/gift.js index 0a1bed0..97765ae 100644 --- a/src/commands/credits/addons/gift.js +++ b/src/commands/credits/addons/gift.js @@ -132,7 +132,7 @@ module.exports = async (interaction) => { ); // Send interaction reply - return await interaction.editReply({ + return interaction.editReply({ embeds: [interactionEmbed], ephemeral: true, });