Add ImageMagick to credit

This commit is contained in:
Dragon Fire
2020-07-02 18:50:51 -04:00
parent d84b479bed
commit c63f430f33
11 changed files with 74 additions and 1 deletions
+7
View File
@@ -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',
+7
View File
@@ -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',
+7
View File
@@ -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',
+7
View File
@@ -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',
+7
View File
@@ -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',
+7
View File
@@ -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',
+7
View File
@@ -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',
+7
View File
@@ -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',
+7
View File
@@ -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',