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
+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/'
}
]