From 1bd02d4193bb2cf668bc66a3c88eb31947764168 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Mon, 25 Apr 2022 18:11:54 +0300 Subject: [PATCH] disable an option --- src/structure/components/commands/administration/Import.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structure/components/commands/administration/Import.js b/src/structure/components/commands/administration/Import.js index b886688..38c8904 100644 --- a/src/structure/components/commands/administration/Import.js +++ b/src/structure/components/commands/administration/Import.js @@ -23,7 +23,7 @@ class ImportCommand extends SlashCommand { name: 'version', description: 'Which version do you want to import from', choices: [ - { name: 'v2', value: '2' }, + // { name: 'v2', value: '2' }, { name: 'v3', value: '3' } ] }]