mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -33,13 +33,11 @@ module.exports = class TwoButtonsCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'first',
|
||||
prompt: 'What should the text of the first button be?',
|
||||
type: 'string',
|
||||
max: 280
|
||||
},
|
||||
{
|
||||
key: 'second',
|
||||
prompt: 'What should the text of the second button be?',
|
||||
type: 'string',
|
||||
max: 280
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user