mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -15,7 +15,6 @@ module.exports = class MemoryCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'level',
|
||||
prompt: 'How many directions do you want to have to memorize?',
|
||||
type: 'integer',
|
||||
min: 1,
|
||||
max: 20
|
||||
|
||||
Reference in New Issue
Block a user