Split global and guild commands

This commit is contained in:
2023-11-07 14:19:09 +01:00
parent 13ac74a764
commit f022dcbba9
2 changed files with 22 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ const { SlashCommandBuilder } = require('discord.js');
module.exports = {
category: 'utility',
global: true,
data: new SlashCommandBuilder()
.setName('ping')
.setDescription('Replies with Pong!'),