Updated verbose text for interaction create

This commit is contained in:
Logan Cusano
2023-06-25 02:08:28 -04:00
parent 959cfdf7af
commit 45258d5e4b

View File

@@ -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()) {