Skip to content

Commit

Permalink
make catfact global
Browse files Browse the repository at this point in the history
  • Loading branch information
InsufiKoder authored Sep 16, 2023
1 parent 2a23cf7 commit 4577417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/fun/catfact.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 4577417

Please sign in to comment.