mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 08:19:08 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -27,13 +27,11 @@ module.exports = class SipCommand 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