Overhaul how credit works, change lots of images

This commit is contained in:
Dragon Fire
2020-01-14 18:25:35 -05:00
parent ea645d09f6
commit 0bb0550cc2
222 changed files with 928 additions and 361 deletions
+10 -2
View File
@@ -12,8 +12,16 @@ module.exports = class BronySpeakCommand extends Command {
description: 'Converts text to brony speak.',
credit: [
{
name: 'My Little Pony: Friendship is Magic',
url: 'https://mylittlepony.hasbro.com/en-us'
name: 'Hasbro',
url: 'https://shop.hasbro.com/en-us',
reason: 'Original "My Little Pony: Friendship is Magic" Show',
reasonURL: 'https://mylittlepony.hasbro.com/en-us'
},
{
name: 'Shrick',
url: 'https://www.deviantart.com/shrick',
reason: 'English-to-Brony Dictionary Data',
reasonURL: 'https://www.deviantart.com/shrick/art/Brony-dictionary-version-2-207157029?q=gallery%3Ashrick&qo=0'
}
],
args: [
+2 -1
View File
@@ -11,7 +11,8 @@ module.exports = class CowSayCommand extends Command {
credit: [
{
name: 'cowsay Online',
url: 'http://cowsay.morecode.org/'
url: 'http://cowsay.morecode.org/',
reason: 'API'
}
],
args: [
+2 -1
View File
@@ -10,7 +10,8 @@ module.exports = class LatlmesCommand extends Command {
credit: [
{
name: 'Latlmes',
url: 'https://www.latlmes.com/'
url: 'https://www.latlmes.com/',
reason: 'API'
}
],
args: [
+2 -1
View File
@@ -11,7 +11,8 @@ module.exports = class LMGTFYCommand extends Command {
credit: [
{
name: 'LMGTFY',
url: 'https://lmgtfy.com/'
url: 'https://lmgtfy.com/',
reason: 'API'
}
],
args: [
+4 -2
View File
@@ -11,8 +11,10 @@ module.exports = class NobodyNameCommand extends Command {
description: 'Converts a name into the Organization XIII style.',
credit: [
{
name: 'Kingdom Hearts',
url: 'https://www.kingdomhearts.com/home/us/'
name: 'Square Enix',
url: 'https://square-enix-games.com/',
reason: 'Original "Kingdom Hearts" Game',
reasonURL: 'https://www.kingdomhearts.com/home/us/'
}
],
args: [
+7
View File
@@ -9,6 +9,13 @@ module.exports = class OwOCommand extends Command {
group: 'text-edit',
memberName: 'owo',
description: 'OwO.',
credit: [
{
name: 'devsnek',
url: 'https://github.com/devsnek',
reason: 'Code'
}
],
args: [
{
key: 'text',
+8
View File
@@ -10,6 +10,14 @@ module.exports = class PirateCommand extends Command {
group: 'text-edit',
memberName: 'pirate',
description: 'Converts text to pirate.',
credit: [
{
name: 'mikewesthad',
url: 'https://github.com/mikewesthad',
reason: 'English-to-Pirate Dictionary Data',
reasonURL: 'https://github.com/mikewesthad/pirate-speak/blob/master/lib/pirate-speak.js#L1-L155'
}
],
args: [
{
key: 'text',
+7 -1
View File
@@ -13,7 +13,13 @@ module.exports = class TemmieCommand extends Command {
credit: [
{
name: 'UNDERTALE',
url: 'https://undertale.com/'
url: 'https://undertale.com/',
reason: 'Original Game'
},
{
name: 'ebearskittychan',
url: 'https://twitter.com/ebearskittychan',
reason: 'English-to-Temmie Dictionary Data'
}
],
args: [
+4 -2
View File
@@ -16,8 +16,10 @@ module.exports = class TranslateCommand extends Command {
clientPermissions: ['EMBED_LINKS'],
credit: [
{
name: 'Google Translate',
url: 'https://translate.google.com/'
name: 'Google',
url: 'https://www.google.com/',
reason: 'Google Translate',
reasonURL: 'https://translate.google.com/'
}
],
args: [
+2 -1
View File
@@ -12,7 +12,8 @@ module.exports = class YodaCommand extends Command {
credit: [
{
name: 'The Yoda-Speak Generator',
url: 'https://www.yodaspeak.co.uk/'
url: 'https://www.yodaspeak.co.uk/',
reason: 'API'
}
],
args: [
+8
View File
@@ -8,6 +8,14 @@ module.exports = class ZalgoCommand extends Command {
group: 'text-edit',
memberName: 'zalgo',
description: 'Converts text to zalgo.',
credit: [
{
name: 'clux',
url: 'https://github.com/clux',
reason: 'Zalgo Character Data',
reasonURL: 'https://github.com/clux/zalgolize/blob/master/zalgo.js#L3-L21'
}
],
args: [
{
key: 'text',