Correct a few mistakes in Credit

This commit is contained in:
Dragon Fire
2020-01-16 00:00:07 -05:00
parent 629ca9406a
commit fb9ec3619b
5 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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/)
+1 -1
View File
@@ -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'
}
],
+1 -1
View File
@@ -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: [
+1 -1
View File
@@ -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/'
},
{
+1 -1
View File
@@ -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/'
}
]