From 82b5905b026f346bec2e632f5441efb9071a762e Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Thu, 17 Mar 2022 11:38:44 +0100 Subject: [PATCH] Update pterodactyl.js --- src/commands/shop/addons/pterodactyl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/shop/addons/pterodactyl.js b/src/commands/shop/addons/pterodactyl.js index 44d26bf..ca7f3aa 100644 --- a/src/commands/shop/addons/pterodactyl.js +++ b/src/commands/shop/addons/pterodactyl.js @@ -64,7 +64,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 }); } // Generate a unique voucher for the user