diff --git a/commands/fun/catfact.js b/commands/fun/catfact.js index 92e90d4..659791c 100644 --- a/commands/fun/catfact.js +++ b/commands/fun/catfact.js @@ -6,7 +6,7 @@ module.exports = { data: new SlashCommandBuilder() .setName("catfact") .setDescription("Get a random cat fact"), - global: false, + global: true, async execute(interaction) { try { const response = await axios.get("https://catfact.ninja/fact");