From af347b0540a90cd85e6c6d35362ea6e242f14ae3 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 15 Sep 2025 06:05:07 -0600 Subject: [PATCH] Fix that kek --- commands/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/setup.js b/commands/setup.js index 90e6827..558041e 100644 --- a/commands/setup.js +++ b/commands/setup.js @@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS hubs ( */ const crypto = require('crypto'); -const log = require('../utils/logger.js'); +const log = global.log; const execute = async (interaction) => { if (!interaction.guildId) return interaction.reply({ content: "This command can only be used in a server", ephemeral: true });