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'));