Credit Command

This commit is contained in:
Daniel Odendahl Jr
2019-04-14 00:03:38 +00:00
parent c8f74fddf7
commit 45c8d62dd5
189 changed files with 1314 additions and 39 deletions
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',
+6
View File
@@ -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',