diff --git a/commands/edit-image/charcoal.js b/commands/edit-image/charcoal.js index ab7af14c..302f59ab 100644 --- a/commands/edit-image/charcoal.js +++ b/commands/edit-image/charcoal.js @@ -11,7 +11,7 @@ module.exports = class CharcoalCommand extends Command { description: 'Draws an image or a user\'s avatar but with charcoal.', throttling: { usages: 1, - duration: 10 + duration: 60 }, clientPermissions: ['ATTACH_FILES'], args: [ diff --git a/commands/edit-image/magik.js b/commands/edit-image/magik.js index 7ee3fd7f..6ea467bc 100644 --- a/commands/edit-image/magik.js +++ b/commands/edit-image/magik.js @@ -12,7 +12,7 @@ module.exports = class MagikCommand extends Command { description: 'Draws an image or a user\'s avatar but with liquid rescale from ImageMagick.', throttling: { usages: 1, - duration: 10 + duration: 60 }, clientPermissions: ['ATTACH_FILES'], args: [ diff --git a/commands/edit-image/sketch.js b/commands/edit-image/sketch.js index e5836f1b..8bc14353 100644 --- a/commands/edit-image/sketch.js +++ b/commands/edit-image/sketch.js @@ -12,7 +12,7 @@ module.exports = class SketchCommand extends Command { description: 'Draws an image or a user\'s avatar but sketched.', throttling: { usages: 1, - duration: 10 + duration: 60 }, clientPermissions: ['ATTACH_FILES'], args: [ diff --git a/commands/edit-image/squish.js b/commands/edit-image/squish.js index 39b74758..e84126d3 100644 --- a/commands/edit-image/squish.js +++ b/commands/edit-image/squish.js @@ -12,7 +12,7 @@ module.exports = class SquishCommand extends Command { description: 'Draws an image or a user\'s avatar but squished across the X or Y axis.', throttling: { usages: 1, - duration: 10 + duration: 60 }, clientPermissions: ['ATTACH_FILES'], args: [ diff --git a/package.json b/package.json index a887e5b3..2e79b860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.3.0", + "version": "119.3.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {