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 });