mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 22:01:54 +02:00
Very long cooldowns for ImageMagick Commands
This commit is contained in:
@@ -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: [
|
||||
|
||||
@@ -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: [
|
||||
|
||||
@@ -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: [
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user