mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Add max attachment size argument option
This commit is contained in:
@@ -16,9 +16,10 @@ module.exports = class SketchCommand extends Command {
|
||||
description: 'Draws an image or a user\'s avatar but sketched.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
duration: 60
|
||||
duration: 120
|
||||
},
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
maxAttachmentSize: 2e+6,
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
|
||||
Reference in New Issue
Block a user