From 7b9ddde4f2ac76d46907471102d69e52c3eafe16 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Sun, 27 Nov 2022 11:45:38 -0800 Subject: [PATCH] Disable 'series' subcommand --- src/commands/mp.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/commands/mp.ts b/src/commands/mp.ts index 9e9f050..61ea348 100644 --- a/src/commands/mp.ts +++ b/src/commands/mp.ts @@ -242,7 +242,7 @@ export default { ].join('\n')); interaction.reply({embeds: [embed2]}) break; - case 'series': + /* case 'series': const embed3 = new client.embed().setColor(client.config.embedColor).setTitle('How to join the Daggerwin MP series') .setDescription([ 'To join the Daggerwin MP series, you first need to:', @@ -252,7 +252,7 @@ export default { '**4:** If you don\'t receive the role within a day or so, please message an Admin and they will sort it out.', '**5:** Take a look in <#511657659364147200> to get information on how to join the server.' ].join('\n')); - interaction.reply({embeds: [embed3]}) + interaction.reply({embeds: [embed3]}) */ } }, data: new SlashCommandBuilder() @@ -267,7 +267,7 @@ export default { .addSubcommand((opt)=>opt .setName('info') .setDescription('Provides you with server information such as filters and so on')) - .addSubcommand((opt)=>opt + /* .addSubcommand((opt)=>opt .setName('series') - .setDescription('Step-by-step on joining Daggerwin\'s MP series')) + .setDescription('Step-by-step on joining Daggerwin\'s MP series')) */ } \ No newline at end of file