Update pterodactyl.js
This commit is contained in:
parent
61a8d902a9
commit
82b5905b02
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ module.exports = async (interaction) => {
|
||||||
timestamp: new Date(),
|
timestamp: new Date(),
|
||||||
footer: { iconURL: config.footer.icon, text: config.footer.text },
|
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
|
// Generate a unique voucher for the user
|
||||||
|
|
Loading…
Add table
Reference in a new issue