Skip to content
Snippets Groups Projects
ListPermissions.js 202 B
Newer Older
const { SlashCommandBuilder } = require('@discordjs/builders');

module.exports = new SlashCommandBuilder()
    .setName('list_permissions')
    .setDescription('List all Permissions for this Server.');