mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -18,7 +18,6 @@ module.exports = class AnimeEyesCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
prompt: 'What face would you like to scan?',
|
||||
type: 'image-or-avatar'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -25,7 +25,6 @@ module.exports = class DannyDevitoCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
prompt: 'What face would you like to scan?',
|
||||
type: 'image-or-avatar'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -19,12 +19,10 @@ module.exports = class EmojiFaceCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'emoji',
|
||||
prompt: 'What emoji do you want to draw?',
|
||||
type: 'custom-emoji|default-emoji'
|
||||
},
|
||||
{
|
||||
key: 'image',
|
||||
prompt: 'What face would you like to scan?',
|
||||
type: 'image-or-avatar'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -17,7 +17,6 @@ module.exports = class EyesCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
prompt: 'What face would you like to scan?',
|
||||
type: 'image-or-avatar'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user