From 7a5d423e348ecc5902426641c81e921e2e527887 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 9 May 2024 15:49:00 -0400 Subject: [PATCH] Add credit --- commands/edit-image/sketch.js | 8 ++++++++ commands/edit-image/spaghetti.js | 8 ++++++++ 2 files changed, 16 insertions(+) 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',