diff --git a/index.js b/index.js index 2cb63a2..5cd6358 100644 --- a/index.js +++ b/index.js @@ -328,8 +328,6 @@ client.on("interactionCreate", async interaction => { }; } - console.log(`[DEBUG GAME] ${JSON.stringify(gameCooldowns)}`); - interaction.reply(result.string); break; };