mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class ButtCommand extends Command {
|
||||
group: 'analyze',
|
||||
memberName: 'butt',
|
||||
description: 'Determines a user\'s butt quality.',
|
||||
credit: [
|
||||
{
|
||||
name: 'iCrawl/Tohru',
|
||||
url: 'https://github.com/iCrawl/Tohru/blob/master/src/commands/fun/butts.js'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
|
||||
@@ -16,6 +16,12 @@ module.exports = class FaceCommand extends Command {
|
||||
usages: 1,
|
||||
duration: 30
|
||||
},
|
||||
credit: [
|
||||
{
|
||||
name: 'Face++ Cognitive Services',
|
||||
url: 'https://www.faceplusplus.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -10,6 +10,12 @@ module.exports = class PsychoPassCommand extends Command {
|
||||
group: 'analyze',
|
||||
memberName: 'psycho-pass',
|
||||
description: 'Determines your Crime Coefficient.',
|
||||
credit: [
|
||||
{
|
||||
name: 'PSYCHO-PASS',
|
||||
url: 'http://psycho-pass.com/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
|
||||
@@ -10,6 +10,12 @@ module.exports = class ReadQRCodeCommand extends Command {
|
||||
group: 'analyze',
|
||||
memberName: 'read-qr-code',
|
||||
description: 'Reads a QR Code.',
|
||||
credit: [
|
||||
{
|
||||
name: 'QR Code Generator\'s QR code API',
|
||||
url: 'http://goqr.me/api/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'image',
|
||||
|
||||
@@ -10,6 +10,12 @@ module.exports = class ScrabbleScoreCommand extends Command {
|
||||
group: 'analyze',
|
||||
memberName: 'scrabble-score',
|
||||
description: 'Responds with the scrabble score of a word.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Scrabble',
|
||||
url: 'https://scrabble.hasbro.com/en-us'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'word',
|
||||
|
||||
@@ -10,6 +10,12 @@ module.exports = class SevereToxicityCommand extends Command {
|
||||
group: 'analyze',
|
||||
memberName: 'severe-toxicity',
|
||||
description: 'Determines the toxicity of text, but less sensitive to milder language.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Perspective API',
|
||||
url: 'https://www.perspectiveapi.com/#/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'text',
|
||||
|
||||
@@ -10,6 +10,12 @@ module.exports = class ToxicityCommand extends Command {
|
||||
group: 'analyze',
|
||||
memberName: 'toxicity',
|
||||
description: 'Determines the toxicity of text.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Perspective API',
|
||||
url: 'https://www.perspectiveapi.com/#/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'text',
|
||||
|
||||
@@ -11,6 +11,12 @@ module.exports = class WhatAnimeCommand extends Command {
|
||||
group: 'analyze',
|
||||
memberName: 'what-anime',
|
||||
description: 'Determines what anime a screenshot is from.',
|
||||
credit: [
|
||||
{
|
||||
name: 'WAIT: What Anime Is This?',
|
||||
url: 'https://trace.moe/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'screenshot',
|
||||
|
||||
Reference in New Issue
Block a user