diff --git a/commands/edit-image/sketch.js b/commands/edit-image/sketch.js index 4a5fd875..c72b41f8 100644 --- a/commands/edit-image/sketch.js +++ b/commands/edit-image/sketch.js @@ -19,6 +19,14 @@ module.exports = class SketchCommand extends Command { duration: 120 }, clientPermissions: [PermissionFlagsBits.AttachFiles], + credit: [ + { + name: 'reiinakano', + url: 'https://github.com/reiinakano', + reason: 'Tensorflow Models', + reasonURL: 'https://github.com/reiinakano/arbitrary-image-stylization-tfjs/' + } + ], args: [ { key: 'image', diff --git a/commands/edit-image/spaghetti.js b/commands/edit-image/spaghetti.js index 7dea9c8f..36117c52 100644 --- a/commands/edit-image/spaghetti.js +++ b/commands/edit-image/spaghetti.js @@ -19,6 +19,14 @@ module.exports = class SpaghettiCommand extends Command { duration: 120 }, clientPermissions: [PermissionFlagsBits.AttachFiles], + credit: [ + { + name: 'reiinakano', + url: 'https://github.com/reiinakano', + reason: 'Tensorflow Models', + reasonURL: 'https://github.com/reiinakano/arbitrary-image-stylization-tfjs/' + } + ], args: [ { key: 'image',