From 71557b1942a2370d3a0741c70d20bf2392b8de95 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 19 Feb 2023 18:36:20 -0500 Subject: [PATCH] Dev Logging --- main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) {