Make grab command global
This commit is contained in:
@@ -2,7 +2,7 @@ const { SlashCommandBuilder } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
category: 'utility',
|
||||
global: false,
|
||||
global: true,
|
||||
data: new SlashCommandBuilder()
|
||||
.setName('grab')
|
||||
.setDescription('Grab things')
|
||||
|
||||
Reference in New Issue
Block a user