disable an option
This commit is contained in:
parent
f9bf974564
commit
1bd02d4193
@ -23,7 +23,7 @@ class ImportCommand extends SlashCommand {
|
|||||||
name: 'version',
|
name: 'version',
|
||||||
description: 'Which version do you want to import from',
|
description: 'Which version do you want to import from',
|
||||||
choices: [
|
choices: [
|
||||||
{ name: 'v2', value: '2' },
|
// { name: 'v2', value: '2' },
|
||||||
{ name: 'v3', value: '3' }
|
{ name: 'v3', value: '3' }
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user