mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +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: [
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "119.3.0",
|
||||
"version": "119.3.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user