This commit is contained in:
Christopher Cookman 2025-09-15 06:07:51 -06:00
parent af347b0540
commit 73e3611a6c

View file

@ -2,7 +2,7 @@ const client = global.discord_client
const pool = global.db_pool; const pool = global.db_pool;
const hubSettingsHandler = require('../messageHandlers/hub_settings.js'); const hubSettingsHandler = require('../messageHandlers/hub_settings.js');
if (!global.productCreationData) global.productCreationData = {}; if (!global.hubSettingsHandlers) global.hubSettingsHandlers = {};
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 });