diff --git a/Server/events/interactionCreate.js b/Server/events/interactionCreate.js index 01240c5..d7da092 100644 --- a/Server/events/interactionCreate.js +++ b/Server/events/interactionCreate.js @@ -9,7 +9,7 @@ module.exports = { name: Events.InteractionCreate, async execute(interaction) { const command = interaction.client.commands.get(interaction.commandName); - log.VERBOSE("Interaction for command: ", command); + log.VERBOSE("Interaction created for command: ", command); // Execute autocomplete if the user is checking autocomplete if (interaction.isAutocomplete()) {