mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:26:21 +02:00
Add credit
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user