mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 00:04:48 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -27,13 +27,11 @@ module.exports = class CatchCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'is',
|
||||
prompt: 'What is everyone who gets caught?',
|
||||
type: 'string',
|
||||
max: 15
|
||||
},
|
||||
{
|
||||
key: 'time',
|
||||
prompt: 'How long should I wait before revealing the second half of the image (in seconds)?',
|
||||
type: 'integer',
|
||||
max: 60,
|
||||
min: 1,
|
||||
|
||||
Reference in New Issue
Block a user