mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -19,13 +19,11 @@ module.exports = class ChocolateMilkCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
prompt: 'What image would you like to edit?',
|
||||
type: 'image-or-avatar',
|
||||
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
|
||||
},
|
||||
{
|
||||
key: 'direction',
|
||||
prompt: 'What direction should the avatar face? Either right or left.',
|
||||
type: 'string',
|
||||
oneOf: ['left', 'right'],
|
||||
default: 'left',
|
||||
|
||||
Reference in New Issue
Block a user