Bwug
This commit is contained in:
parent
af347b0540
commit
73e3611a6c
|
@ -2,7 +2,7 @@ const client = global.discord_client
|
|||
const pool = global.db_pool;
|
||||
const hubSettingsHandler = require('../messageHandlers/hub_settings.js');
|
||||
|
||||
if (!global.productCreationData) global.productCreationData = {};
|
||||
if (!global.hubSettingsHandlers) global.hubSettingsHandlers = {};
|
||||
|
||||
const execute = async (interaction) => {
|
||||
if (!interaction.guildId) return interaction.reply({ content: "This command can only be used in a server", ephemeral: true });
|
||||
|
|
Loading…
Reference in a new issue