diff --git a/commands/edit-image/charcoal.js b/commands/edit-image/charcoal.js index 1181523d..0997d036 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: 60 + duration: 15 }, clientPermissions: ['ATTACH_FILES'], credit: [ diff --git a/commands/edit-image/emboss.js b/commands/edit-image/emboss.js index 66a14e44..bba044e0 100644 --- a/commands/edit-image/emboss.js +++ b/commands/edit-image/emboss.js @@ -11,7 +11,7 @@ module.exports = class EmbossCommand extends Command { description: 'Draws an image or a user\'s avatar but embossed.', throttling: { usages: 1, - duration: 60 + duration: 15 }, clientPermissions: ['ATTACH_FILES'], credit: [ diff --git a/commands/edit-image/implode.js b/commands/edit-image/implode.js index df7a64f5..246ed98c 100644 --- a/commands/edit-image/implode.js +++ b/commands/edit-image/implode.js @@ -11,7 +11,7 @@ module.exports = class ImplodeCommand extends Command { description: 'Draws an image or a user\'s avatar but imploded.', throttling: { usages: 1, - duration: 60 + duration: 15 }, clientPermissions: ['ATTACH_FILES'], credit: [ diff --git a/commands/edit-image/liquid-rescale.js b/commands/edit-image/liquid-rescale.js index 53e7b7c4..620aaafa 100644 --- a/commands/edit-image/liquid-rescale.js +++ b/commands/edit-image/liquid-rescale.js @@ -12,7 +12,7 @@ module.exports = class LiquidRescaleCommand extends Command { description: 'Draws an image or a user\'s avatar but with liquid rescale from ImageMagick.', throttling: { usages: 1, - duration: 60 + duration: 30 }, clientPermissions: ['ATTACH_FILES'], credit: [ diff --git a/commands/edit-image/noise.js b/commands/edit-image/noise.js index 85f41177..1523e78b 100644 --- a/commands/edit-image/noise.js +++ b/commands/edit-image/noise.js @@ -14,7 +14,7 @@ module.exports = class NoiseCommand extends Command { details: `**Types:** ${types.join(', ')}`, throttling: { usages: 1, - duration: 60 + duration: 15 }, clientPermissions: ['ATTACH_FILES'], credit: [ diff --git a/commands/edit-image/oil-painting.js b/commands/edit-image/oil-painting.js index a8702e30..45ffa657 100644 --- a/commands/edit-image/oil-painting.js +++ b/commands/edit-image/oil-painting.js @@ -12,7 +12,7 @@ module.exports = class OilPaintingCommand extends Command { description: 'Draws an image or a user\'s avatar but with oil paints.', throttling: { usages: 1, - duration: 60 + duration: 15 }, clientPermissions: ['ATTACH_FILES'], credit: [ diff --git a/commands/edit-image/swirl.js b/commands/edit-image/swirl.js index 0eb132fe..fdddc095 100644 --- a/commands/edit-image/swirl.js +++ b/commands/edit-image/swirl.js @@ -11,7 +11,7 @@ module.exports = class SwirlCommand extends Command { description: 'Draws an image or a user\'s avatar but swirled.', throttling: { usages: 1, - duration: 60 + duration: 15 }, clientPermissions: ['ATTACH_FILES'], credit: [ diff --git a/package.json b/package.json index 5ccfa56d..4580d0b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.4.1", + "version": "119.4.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {