Fix that kek

This commit is contained in:
Christopher Cookman 2025-09-15 06:05:07 -06:00
parent bd861421e4
commit af347b0540

View file

@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS hubs (
*/ */
const crypto = require('crypto'); const crypto = require('crypto');
const log = require('../utils/logger.js'); const log = global.log;
const execute = async (interaction) => { const execute = async (interaction) => {
if (!interaction.guildId) return interaction.reply({ content: "This command can only be used in a server", ephemeral: true }); if (!interaction.guildId) return interaction.reply({ content: "This command can only be used in a server", ephemeral: true });