From 87aad4df5c481da06265e217cb98bf9cd694de53 Mon Sep 17 00:00:00 2001 From: Cesium Date: Sun, 9 Nov 2025 18:41:19 -0500 Subject: [PATCH] forgor to remove a console.log --- commands/stupid/howiskzn.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/stupid/howiskzn.js b/commands/stupid/howiskzn.js index e0afc8d..ac53ab4 100644 --- a/commands/stupid/howiskzn.js +++ b/commands/stupid/howiskzn.js @@ -32,7 +32,6 @@ module.exports = { ) const faction = await torn.faction.basic(KZNKing.faction.faction_id) - console.log(faction) const facEmbed = new EmbedBuilder() .setTitle(faction.name) .setURL(`https://www.torn.com/factions.php?step=profile&ID=${faction.id}`)