From fb9ec3619bca1707a4375ea24effd8569ed38321 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 16 Jan 2020 00:00:07 -0500 Subject: [PATCH] Correct a few mistakes in Credit --- README.md | 8 ++++---- commands/random/magic-conch.js | 2 +- commands/search/neopet.js | 2 +- commands/search/yu-gi-oh.js | 2 +- commands/single/eat-pant.js | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fae147f0..dc33ee56 100644 --- a/README.md +++ b/README.md @@ -522,7 +522,7 @@ here. * box-choosing (Original Game) - [20th Century Fox](https://www.foxmovies.com/) * lisa-presentation ([Image, Original "The Simpsons" Show](http://www.simpsonsworld.com/)) - * eat-pant ([Image, Original "The Simpsons" Show](http://www.simpsonsworld.com/)) + * eat-pant ([Original "The Simpsons" Show](http://www.simpsonsworld.com/)) - [@Candasaurus](https://twitter.com/Candasaurus) * sora-selfie ([Image](https://twitter.com/Candasaurus/status/1041946636656599045)) - [@liltusk](https://twitter.com/liltusk) @@ -734,7 +734,7 @@ here. * know-your-meme (Meme Data) - [Konami](https://www.konami.com/en/) * yu-gi-oh-token ([Image, Original "Yu-Gi-Oh!" Game](https://www.yugioh-card.com/en/)) - * yu-gi-oh ([Image, Original "Yu-Gi-Oh!" Game](https://www.yugioh-card.com/en/)) + * yu-gi-oh ([Original "Yu-Gi-Oh!" Game](https://www.yugioh-card.com/en/)) - [KONOSUBA -God's blessing on this wonderful world!](http://konosuba.com/) * hat (Megumin Hat Original Anime) * axis-cult (Original Anime) @@ -788,7 +788,7 @@ here. * neko-atsume-password (API, Original Game) - [Neopets](http://www.neopets.com/) * time (Neopia Time Zone) - * neopet (Pet Image Data) + * neopet (Pet Image Data, Original Game) * neopets-item (Original Game) - [Nickelback](https://www.nickelback.com/) * look-at-this-photograph ([Image, Original "Photograph" Music Video](https://www.youtube.com/watch?v=BB0DU4DoPP4)) @@ -796,7 +796,7 @@ here. * cursed-sponge ([Image, Original "Spongebob Squarepants" Show](https://www.nick.com/shows/spongebob-squarepants)) * plankton-plan ([Image, Original "Spongebob Squarepants" Show](https://www.nick.com/shows/spongebob-squarepants)) * spongebob-burn ([Image, Original "Spongebob Squarepants" Show](https://www.nick.com/shows/spongebob-squarepants)) - * magic-conch ([Image, Original "Spongebob Squarepants" Show](https://www.nick.com/shows/spongebob-squarepants)) + * magic-conch ([Original "Spongebob Squarepants" Show](https://www.nick.com/shows/spongebob-squarepants)) - [Nike](https://www.nike.com/) * nike-ad (Logo, Concept) - [Nintendo](https://www.nintendo.com/) diff --git a/commands/random/magic-conch.js b/commands/random/magic-conch.js index 61ee2ebc..cac49547 100644 --- a/commands/random/magic-conch.js +++ b/commands/random/magic-conch.js @@ -14,7 +14,7 @@ module.exports = class MagicConchCommand extends Command { { name: 'Nickelodeon', url: 'https://www.nick.com/', - reason: 'Image, Original "Spongebob Squarepants" Show', + reason: 'Original "Spongebob Squarepants" Show', reasonURL: 'https://www.nick.com/shows/spongebob-squarepants' } ], diff --git a/commands/search/neopet.js b/commands/search/neopet.js index 7b76cbb4..f04e47f8 100644 --- a/commands/search/neopet.js +++ b/commands/search/neopet.js @@ -20,7 +20,7 @@ module.exports = class NeopetCommand extends Command { { name: 'Neopets', url: 'http://www.neopets.com/', - reason: 'Pet Image Data' + reason: 'Pet Image Data, Original Game' } ], args: [ diff --git a/commands/search/yu-gi-oh.js b/commands/search/yu-gi-oh.js index 7aaa3b39..83fdb52b 100644 --- a/commands/search/yu-gi-oh.js +++ b/commands/search/yu-gi-oh.js @@ -16,7 +16,7 @@ module.exports = class YuGiOhCommand extends Command { { name: 'Konami', url: 'https://www.konami.com/en/', - reason: 'Image, Original "Yu-Gi-Oh!" Game', + reason: 'Original "Yu-Gi-Oh!" Game', reasonURL: 'https://www.yugioh-card.com/en/' }, { diff --git a/commands/single/eat-pant.js b/commands/single/eat-pant.js index 97cd6293..aee71a58 100644 --- a/commands/single/eat-pant.js +++ b/commands/single/eat-pant.js @@ -20,7 +20,7 @@ module.exports = class EatPantCommand extends Command { { name: '20th Century Fox', url: 'https://www.foxmovies.com/', - reason: 'Image, Original "The Simpsons" Show', + reason: 'Original "The Simpsons" Show', reasonURL: 'http://www.simpsonsworld.com/' } ]