Very long cooldowns for ImageMagick Commands

This commit is contained in:
Dragon Fire
2020-07-02 18:10:56 -04:00
parent eb932924ad
commit 7ff34dacbb
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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: [
+1 -1
View File
@@ -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: [
+1 -1
View File
@@ -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: [
+1 -1
View File
@@ -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: [
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.3.0",
"version": "119.3.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {