Miscellaneous formatting

This commit is contained in:
Tarrgon
2025-06-17 22:07:19 -04:00
parent dade481e4e
commit 28ba6ea23f
+1 -1
View File
@@ -18,7 +18,7 @@ export default {
.setRequired(false) .setRequired(false)
), ),
handler: async function (client: Client, interaction: ChatInputCommandInteraction) { handler: async function (client: Client, interaction: ChatInputCommandInteraction) {
await interaction.deferReply({flags: [MessageFlags.Ephemeral]}); await interaction.deferReply({ flags: [MessageFlags.Ephemeral] });
const id = interaction.options.getInteger('id'); const id = interaction.options.getInteger('id');