mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Fix
This commit is contained in:
@@ -34,7 +34,7 @@ module.exports = class DislikeCommand extends Command {
|
|||||||
key: 'image',
|
key: 'image',
|
||||||
prompt: 'What image would you like to edit?',
|
prompt: 'What image would you like to edit?',
|
||||||
type: 'image',
|
type: 'image',
|
||||||
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1028 })
|
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ module.exports = class LikeCommand extends Command {
|
|||||||
key: 'image',
|
key: 'image',
|
||||||
prompt: 'What image would you like to edit?',
|
prompt: 'What image would you like to edit?',
|
||||||
type: 'image',
|
type: 'image',
|
||||||
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1028 })
|
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user