mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
Overhaul how credit works, change lots of images
This commit is contained in:
@@ -13,7 +13,9 @@ module.exports = class EightBallCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Mattel',
|
||||
url: 'https://www.mattelgames.com/games/en-us/kids/magic-8-ball'
|
||||
url: 'https://www.mattel.com/en-us',
|
||||
reason: 'Original Concept',
|
||||
reasonURL: 'https://www.mattelgames.com/games/en-us/kids/magic-8-ball'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,7 +12,9 @@ module.exports = class AdviceCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Advice Slip',
|
||||
url: 'https://adviceslip.com/'
|
||||
url: 'https://adviceslip.com/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://api.adviceslip.com/'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -12,11 +12,13 @@ module.exports = class AxisCultCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Axis Order Bot',
|
||||
url: 'https://www.reddit.com/r/axisorderbot/wiki/index'
|
||||
url: 'https://www.reddit.com/r/axisorderbot/wiki/index',
|
||||
reason: 'Prayer Data'
|
||||
},
|
||||
{
|
||||
name: 'KONOSUBA -God\'s blessing on this wonderful world!',
|
||||
url: 'http://konosuba.com/'
|
||||
url: 'http://konosuba.com/',
|
||||
reason: 'Original Anime'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -13,7 +13,8 @@ module.exports = class BirdCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'shibe.online',
|
||||
url: 'https://shibe.online/'
|
||||
url: 'https://shibe.online/',
|
||||
reason: 'API'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -13,7 +13,8 @@ module.exports = class CatCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'random.cat',
|
||||
url: 'https://random.cat/'
|
||||
url: 'https://random.cat/',
|
||||
reason: 'API'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -12,11 +12,14 @@ module.exports = class ChuckNorrisCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Chuck Norris',
|
||||
url: 'https://chucknorris.com/'
|
||||
url: 'https://chucknorris.com/',
|
||||
reason: 'Himself'
|
||||
},
|
||||
{
|
||||
name: 'The Internet Chuck Norris Database API',
|
||||
url: 'http://www.icndb.com/api/'
|
||||
name: 'The Internet Chuck Norris Database',
|
||||
url: 'http://www.icndb.com/',
|
||||
reason: 'API',
|
||||
reasonURL: 'http://www.icndb.com/api/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,8 +12,10 @@ module.exports = class DogCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Dog API',
|
||||
url: 'https://dog.ceo/dog-api/'
|
||||
name: 'Dog CEO',
|
||||
url: 'https://dog.ceo/',
|
||||
reason: 'Dog API',
|
||||
reasonURL: 'https://dog.ceo/dog-api/'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -13,7 +13,9 @@ module.exports = class DuckCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Random-d.uk',
|
||||
url: 'https://random-d.uk/'
|
||||
url: 'https://random-d.uk/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://random-d.uk/api'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -10,8 +10,10 @@ module.exports = class FactCoreCommand extends Command {
|
||||
description: 'Responds with a random Fact Core quote.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Portal 2',
|
||||
url: 'http://www.thinkwithportals.com/'
|
||||
name: 'Valve',
|
||||
url: 'https://www.valvesoftware.com/en/',
|
||||
reasonURL: 'http://www.thinkwithportals.com/',
|
||||
reason: 'Original "Portal 2" Game'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -11,7 +11,9 @@ module.exports = class FactCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Wikipedia',
|
||||
url: 'https://www.wikipedia.org/'
|
||||
url: 'https://www.wikipedia.org/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://en.wikipedia.org/w/api.php'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -14,7 +14,8 @@ module.exports = class FidgetCommand extends ImgurAlbumCommand {
|
||||
credit: [
|
||||
{
|
||||
name: 'Dust: An Elysian Tail',
|
||||
url: 'https://www.noogy.com/main.html'
|
||||
url: 'https://www.noogy.com/main.html',
|
||||
reason: 'Original Game'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -12,7 +12,8 @@ module.exports = class FoxCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'RandomFox',
|
||||
url: 'https://randomfox.ca/'
|
||||
url: 'https://randomfox.ca/',
|
||||
reason: 'API'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -11,8 +11,10 @@ module.exports = class GithubZenCommand extends Command {
|
||||
description: 'Responds with a random GitHub design philosophy.',
|
||||
credit: [
|
||||
{
|
||||
name: 'GitHub Zen API',
|
||||
url: 'https://api.github.com/zen'
|
||||
name: 'GitHub',
|
||||
url: 'https://github.com/',
|
||||
reason: 'Zen API',
|
||||
reasonURL: 'https://developer.github.com/v3/'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -14,7 +14,8 @@ module.exports = class KarenCommand extends ImgurAlbumCommand {
|
||||
credit: [
|
||||
{
|
||||
name: 'KINMOZA!',
|
||||
url: 'http://www.kinmosa.com/'
|
||||
url: 'http://www.kinmosa.com/',
|
||||
reason: 'Original Anime'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -12,7 +12,8 @@ module.exports = class LightNovelTitleCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'LN title generator',
|
||||
url: 'https://salty-salty-studios.com/shiz/ln.php'
|
||||
url: 'https://salty-salty-studios.com/shiz/ln.php',
|
||||
reason: 'API'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -12,8 +12,10 @@ module.exports = class MagicConchCommand extends Command {
|
||||
description: 'Asks your question to the Magic Conch.',
|
||||
credit: [
|
||||
{
|
||||
name: 'SpongeBob SquarePants',
|
||||
url: 'https://www.nick.com/shows/spongebob-squarepants'
|
||||
name: 'Nickelodeon',
|
||||
url: 'https://www.nick.com/',
|
||||
reason: 'Image, Original "Spongebob Squarepants" Show',
|
||||
reasonURL: 'https://www.nick.com/shows/spongebob-squarepants'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -11,7 +11,8 @@ module.exports = class NumberFactCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Numbers API',
|
||||
url: 'http://numbersapi.com/'
|
||||
url: 'http://numbersapi.com/',
|
||||
reason: 'Trivia API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -10,8 +10,10 @@ module.exports = class OracleTurretCommand extends Command {
|
||||
description: 'Responds with a random Oracle Turret quote.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Portal 2',
|
||||
url: 'http://www.thinkwithportals.com/'
|
||||
name: 'Valve',
|
||||
url: 'https://www.valvesoftware.com/en/',
|
||||
reasonURL: 'http://www.thinkwithportals.com/',
|
||||
reason: 'Original "Portal 2" Game'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -13,7 +13,8 @@ module.exports = class ShibaCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'shibe.online',
|
||||
url: 'https://shibe.online/'
|
||||
url: 'https://shibe.online/',
|
||||
reason: 'API'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -12,7 +12,8 @@ module.exports = class ShowerThoughtCommand extends SubredditCommand {
|
||||
credit: [
|
||||
{
|
||||
name: 'r/Showerthoughts',
|
||||
url: 'https://www.reddit.com/r/showerthoughts'
|
||||
url: 'https://www.reddit.com/r/showerthoughts',
|
||||
reason: 'Shower Thought Data'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -11,12 +11,15 @@ module.exports = class SmwLevelCommand extends Command {
|
||||
description: 'Responds with a random Super Mario World level name.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Super Mario World',
|
||||
url: 'https://www.nintendo.co.jp/n02/shvc/mw/index.html'
|
||||
name: 'Nintendo',
|
||||
url: 'https://www.nintendo.com/',
|
||||
reason: 'Original "Super Mario World" Game',
|
||||
reasonURL: 'https://www.nintendo.co.jp/n02/shvc/mw/index.html'
|
||||
},
|
||||
{
|
||||
name: 'List of Super Mario World levels',
|
||||
url: 'http://old.smwiki.net/wiki/List_of_Super_Mario_World_levels'
|
||||
url: 'http://old.smwiki.net/wiki/List_of_Super_Mario_World_levels',
|
||||
reason: 'Level Name Data'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -13,7 +13,14 @@ module.exports = class SuperpowerCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Superpower Wiki',
|
||||
url: 'https://powerlisting.fandom.com/wiki/Superpower_Wiki'
|
||||
url: 'https://powerlisting.fandom.com/wiki/Superpower_Wiki',
|
||||
reason: 'Superpower Data'
|
||||
},
|
||||
{
|
||||
name: 'FANDOM',
|
||||
url: 'https://www.fandom.com/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://powerlisting.fandom.com/api.php'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -12,7 +12,9 @@ module.exports = class ThisForThatCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Wait, what does your startup do?',
|
||||
url: 'http://itsthisforthat.com/'
|
||||
url: 'http://itsthisforthat.com/',
|
||||
reason: 'API',
|
||||
reasonURL: 'http://itsthisforthat.com/api.php'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -15,7 +15,8 @@ module.exports = class WaifuCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'This Waifu Does Not Exist',
|
||||
url: 'https://www.thiswaifudoesnotexist.net/'
|
||||
url: 'https://www.thiswaifudoesnotexist.net/',
|
||||
reason: 'API'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -13,8 +13,10 @@ module.exports = class XiaoCommand extends ImgurAlbumCommand {
|
||||
albumID: XIAO_ALBUM_ID,
|
||||
credit: [
|
||||
{
|
||||
name: 'Rune Factory 4',
|
||||
url: 'http://www.runefactory4.com/index1.html'
|
||||
name: 'Marvelous',
|
||||
url: 'http://www.marv.jp/',
|
||||
reasonURL: 'http://www.runefactory4.com/index1.html',
|
||||
reason: 'Images, Original "Rune Factory 4" Game'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user