mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -14,12 +14,10 @@ module.exports = class NimCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'opponent',
|
||||
prompt: 'What user would you like to challenge? To play against AI, choose me.',
|
||||
type: 'user'
|
||||
},
|
||||
{
|
||||
key: 'rows',
|
||||
prompt: 'How many rows do you want to have?',
|
||||
type: 'integer',
|
||||
default: 5,
|
||||
min: 1,
|
||||
|
||||
Reference in New Issue
Block a user