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' } ] }]