Split global and guild commands
This commit is contained in:
@@ -2,6 +2,7 @@ const { SlashCommandBuilder } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
category: 'utility',
|
||||
global: true,
|
||||
data: new SlashCommandBuilder()
|
||||
.setName('ping')
|
||||
.setDescription('Replies with Pong!'),
|
||||
|
||||
Reference in New Issue
Block a user