From 20fbf3801731ad7c475cdbc6d42b7c2bcb89aef9 Mon Sep 17 00:00:00 2001 From: Cyper Date: Thu, 31 Jul 2025 17:11:53 -0400 Subject: [PATCH] chore: comment clean up --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e503649..74eb334 100644 --- a/index.js +++ b/index.js @@ -205,7 +205,7 @@ client.on(Events.InteractionCreate, async interaction => { await interaction.update({ content: `Loaded ${keys.length} keys into the key vault.`, components: [] }); } - // Button interaction for register + // Button interaction for registering for demo key if (interaction.isButton() && interaction.customId === 'register_button') { if (interaction.message.id !== data.messageId) return; const channel = await interaction.guild.channels.fetch(data.loggingChannel).catch(() => handleFailedLoggingChannel(interaction.user.tag, interaction.user.id, null, 'No logging channel found'));