Make grab command global
This commit is contained in:
@@ -2,7 +2,7 @@ const { SlashCommandBuilder } = require('discord.js');
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
category: 'utility',
|
category: 'utility',
|
||||||
global: false,
|
global: true,
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
.setName('grab')
|
.setName('grab')
|
||||||
.setDescription('Grab things')
|
.setDescription('Grab things')
|
||||||
@@ -72,4 +72,4 @@ module.exports = {
|
|||||||
interaction.channel.send(stickers.length > 0 ? stickers.join('\n') : "Didn't receive any stickers");
|
interaction.channel.send(stickers.length > 0 ? stickers.join('\n') : "Didn't receive any stickers");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user