diff --git a/events/interactionCreate.js b/events/interactionCreate.js index 84fb60b..7012f06 100644 --- a/events/interactionCreate.js +++ b/events/interactionCreate.js @@ -5,7 +5,7 @@ export const name = Events.InteractionCreate; export async function execute(interaction) { if (!interaction.isChatInputCommand()) return; - console.log(interaction); + // console.log(interaction); const command = interaction.client.commands.get(interaction.commandName);