mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -19,14 +19,12 @@ module.exports = class BlurCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'radius',
|
||||
prompt: 'What blur radius would you like to use?',
|
||||
type: 'integer',
|
||||
max: 180,
|
||||
min: 1
|
||||
},
|
||||
{
|
||||
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