mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +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.',
|
description: 'Draws an image or a user\'s avatar but with charcoal.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
duration: 10
|
duration: 60
|
||||||
},
|
},
|
||||||
clientPermissions: ['ATTACH_FILES'],
|
clientPermissions: ['ATTACH_FILES'],
|
||||||
args: [
|
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.',
|
description: 'Draws an image or a user\'s avatar but with liquid rescale from ImageMagick.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
duration: 10
|
duration: 60
|
||||||
},
|
},
|
||||||
clientPermissions: ['ATTACH_FILES'],
|
clientPermissions: ['ATTACH_FILES'],
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ module.exports = class SketchCommand extends Command {
|
|||||||
description: 'Draws an image or a user\'s avatar but sketched.',
|
description: 'Draws an image or a user\'s avatar but sketched.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
duration: 10
|
duration: 60
|
||||||
},
|
},
|
||||||
clientPermissions: ['ATTACH_FILES'],
|
clientPermissions: ['ATTACH_FILES'],
|
||||||
args: [
|
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.',
|
description: 'Draws an image or a user\'s avatar but squished across the X or Y axis.',
|
||||||
throttling: {
|
throttling: {
|
||||||
usages: 1,
|
usages: 1,
|
||||||
duration: 10
|
duration: 60
|
||||||
},
|
},
|
||||||
clientPermissions: ['ATTACH_FILES'],
|
clientPermissions: ['ATTACH_FILES'],
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "119.3.0",
|
"version": "119.3.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user