This commit is contained in:
Syxpi
2025-09-28 13:00:01 +02:00
parent c21280d0c0
commit 14d4df5a40
6 changed files with 30 additions and 11 deletions

View File

@@ -60,6 +60,6 @@ module.exports = {
)
.setTimestamp();
await interaction.reply({ embeds: [embed], ephemeral: true });
await interaction.reply({ embeds: [embed] });
}
};