Newer
Older
const { SlashCommandBuilder } = require('@discordjs/builders');
module.exports = new SlashCommandBuilder()
.setName('list_permissions')
.setDescription('List all Permissions for this Server.');
const { SlashCommandBuilder } = require('@discordjs/builders');
module.exports = new SlashCommandBuilder()
.setName('list_permissions')
.setDescription('List all Permissions for this Server.');