mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -34,13 +34,11 @@ module.exports = class SpongebobBurnCommand extends Command {
|
||||
{
|
||||
key: 'burn',
|
||||
label: 'thing to burn',
|
||||
prompt: 'What should Spongebob burn?',
|
||||
type: 'string',
|
||||
max: 150
|
||||
},
|
||||
{
|
||||
key: 'person',
|
||||
prompt: 'What should Spongebob be labelled as?',
|
||||
type: 'string',
|
||||
max: 15
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user