mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
Credit Command
This commit is contained in:
@@ -9,6 +9,12 @@ module.exports = class GenderCommand extends Command {
|
||||
group: 'analyze',
|
||||
memberName: 'gender',
|
||||
description: 'Determines the gender of a name.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Genderize.io',
|
||||
url: 'https://genderize.io/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'name',
|
||||
|
||||
Reference in New Issue
Block a user