more mvp strip
This commit is contained in:
@@ -205,13 +205,6 @@ async function registerCommands() {
|
||||
InteractionContextType.PrivateChannel
|
||||
]),
|
||||
|
||||
new SlashCommandBuilder()
|
||||
.setName('setup')
|
||||
.setDescription('Run the panel setup wizard (name, support role, category, transcript channel, panel channel)')
|
||||
.setContexts([InteractionContextType.Guild])
|
||||
.setIntegrationTypes([ApplicationIntegrationType.GuildInstall])
|
||||
.setDefaultMemberPermissions(PermissionFlagsBits.ManageChannels),
|
||||
|
||||
new SlashCommandBuilder()
|
||||
.setName('panel')
|
||||
.setDescription('Create a ticket panel for users to open Discord tickets')
|
||||
@@ -253,13 +246,6 @@ async function registerCommands() {
|
||||
.setRequired(false)
|
||||
),
|
||||
|
||||
new SlashCommandBuilder()
|
||||
.setName('email-routing')
|
||||
.setDescription('Switch where new email tickets are created: threads or category channels')
|
||||
.setContexts([InteractionContextType.Guild])
|
||||
.setIntegrationTypes([ApplicationIntegrationType.GuildInstall])
|
||||
.setDefaultMemberPermissions(PermissionFlagsBits.ManageGuild),
|
||||
|
||||
new SlashCommandBuilder()
|
||||
.setName('notifydm')
|
||||
.setDescription('Toggle DM notifications when your ticket receives a customer reply.')
|
||||
|
||||
Reference in New Issue
Block a user