From 58854712de6d50fad82f84374c0ac8d323c0e158 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?T=C3=86MB=C3=98?= <kuneshr123@gmail.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