mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 08:22:37 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -17,14 +17,12 @@ module.exports = class RotateCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'degrees',
|
||||
prompt: 'How many degrees do you want to rotate the image?',
|
||||
type: 'integer',
|
||||
min: -360,
|
||||
max: 360
|
||||
},
|
||||
{
|
||||
key: 'image',
|
||||
prompt: 'What image would you like to edit?',
|
||||
type: 'image-or-avatar',
|
||||
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user