mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Correct a few mistakes in Credit
This commit is contained in:
@@ -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'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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: [
|
||||
|
||||
@@ -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/'
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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/'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user