mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Add ImageMagick to credit
This commit is contained in:
@@ -14,6 +14,13 @@ module.exports = class CharcoalCommand extends Command {
|
||||
duration: 60
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'ImageMagick',
|
||||
url: 'https://imagemagick.org/index.php',
|
||||
reason: 'Image Manipulation'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
|
||||
@@ -14,6 +14,13 @@ module.exports = class EmbossCommand extends Command {
|
||||
duration: 60
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'ImageMagick',
|
||||
url: 'https://imagemagick.org/index.php',
|
||||
reason: 'Image Manipulation'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
|
||||
@@ -14,6 +14,13 @@ module.exports = class ImplodeCommand extends Command {
|
||||
duration: 60
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'ImageMagick',
|
||||
url: 'https://imagemagick.org/index.php',
|
||||
reason: 'Image Manipulation'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'level',
|
||||
|
||||
@@ -15,6 +15,13 @@ module.exports = class LiquidRescaleCommand extends Command {
|
||||
duration: 60
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'ImageMagick',
|
||||
url: 'https://imagemagick.org/index.php',
|
||||
reason: 'Image Manipulation'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
|
||||
@@ -17,6 +17,13 @@ module.exports = class NoiseCommand extends Command {
|
||||
duration: 60
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'ImageMagick',
|
||||
url: 'https://imagemagick.org/index.php',
|
||||
reason: 'Image Manipulation'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'type',
|
||||
|
||||
@@ -15,6 +15,13 @@ module.exports = class OilPaintingCommand extends Command {
|
||||
duration: 60
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'ImageMagick',
|
||||
url: 'https://imagemagick.org/index.php',
|
||||
reason: 'Image Manipulation'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
|
||||
@@ -15,6 +15,13 @@ module.exports = class SketchCommand extends Command {
|
||||
duration: 60
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'ImageMagick',
|
||||
url: 'https://imagemagick.org/index.php',
|
||||
reason: 'Image Manipulation'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
|
||||
@@ -15,6 +15,13 @@ module.exports = class SquishCommand extends Command {
|
||||
duration: 60
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'ImageMagick',
|
||||
url: 'https://imagemagick.org/index.php',
|
||||
reason: 'Image Manipulation'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'axis',
|
||||
|
||||
@@ -14,6 +14,13 @@ module.exports = class SwirlCommand extends Command {
|
||||
duration: 60
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'ImageMagick',
|
||||
url: 'https://imagemagick.org/index.php',
|
||||
reason: 'Image Manipulation'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'degrees',
|
||||
|
||||
Reference in New Issue
Block a user