🌐Global slashcommand
const {
fetchSlashcommands,
Slash,
} = require('@mxgnus/slashcommands.js');
new Slash(bot /* your discord.js client */); // initialize the slash command
const slashCommands = await fetchSlashcommands();
Last updated
const {
fetchSlashcommands,
Slash,
} = require('@mxgnus/slashcommands.js');
new Slash(bot /* your discord.js client */); // initialize the slash command
const slashCommands = await fetchSlashcommands();
Last updated