Update pterodactyl.js
This commit is contained in:
parent
b6bb38a92c
commit
647282e017
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,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 });
|
||||||
}
|
}
|
||||||
|
|
||||||
// Stop if amount or user credits is above 1.000.000
|
// Stop if amount or user credits is above 1.000.000
|
||||||
|
|
Loading…
Add table
Reference in a new issue