Remove unneeded credit

This commit is contained in:
lilyissillyyy
2025-09-12 20:12:22 -04:00
parent 891ec11eeb
commit 36278ff2a0
6 changed files with 2 additions and 108 deletions
-7
View File
@@ -16,13 +16,6 @@ module.exports = class CutenessCommand extends Command {
type: 'user',
default: msg => msg.author
}
],
credit: [
{
name: 'AzuraApple',
url: 'https://github.com/AzuraApple',
reason: 'Concept'
}
]
});
}
-7
View File
@@ -16,13 +16,6 @@ module.exports = class WorthCommand extends Command {
type: 'user',
default: msg => msg.author
}
],
credit: [
{
name: 'AzuraApple',
url: 'https://github.com/AzuraApple',
reason: 'Concept'
}
]
});
}