diff --git a/main.js b/main.js index 9b8f634..c735994 100755 --- a/main.js +++ b/main.js @@ -43,9 +43,9 @@ client.once('ready', async () => { // slash-commands client.on('interactionCreate', async interaction => { if (interaction.isCommand()) { - // if (isDev) { - // console.log(interaction); - // } + if (isDev) { + console.log(interaction); + } const { commandName } = interaction; if (client.slashCommands.has(commandName)) {