Overhaul how credit works, change lots of images

This commit is contained in:
Dragon Fire
2020-01-14 18:25:35 -05:00
parent ea645d09f6
commit 0bb0550cc2
222 changed files with 928 additions and 361 deletions
+6 -2
View File
@@ -16,11 +16,15 @@ module.exports = class DarkLightCommand extends Command {
credit: [
{
name: 'u/LennyMcLennington',
url: 'https://www.reddit.com/r/discordapp/comments/8t04ag/this_image_shows_different_text_depending_on/'
url: 'https://www.reddit.com/user/LennyMcLennington',
reason: 'Image',
reasonURL: 'https://www.reddit.com/r/discordapp/comments/8t04ag/this_image_shows_different_text_depending_on/'
},
{
name: 'u/AelinSA',
url: 'https://www.reddit.com/r/discordapp/comments/9krnhr/preach_the_message_of_the_möth_with_this_magic/'
url: 'https://www.reddit.com/user/AelinSA',
reason: 'Image',
reasonURL: 'https://www.reddit.com/r/discordapp/comments/9krnhr/preach_the_message_of_the_möth_with_this_magic/'
}
],
args: [
+6 -2
View File
@@ -13,11 +13,15 @@ module.exports = class EatPantCommand extends Command {
credit: [
{
name: 'u/_Ebb',
url: 'https://www.reddit.com/user/_Ebb',
reason: 'Image',
url: 'https://www.reddit.com/r/Ooer/comments/52z589/eat_pant_maaaaaaaan/'
},
{
name: 'The Simpsons',
url: 'http://www.simpsonsworld.com/'
name: '20th Century Fox',
url: 'https://www.foxmovies.com/',
reason: 'Image, Original "The Simpsons" Show',
reasonURL: 'http://www.simpsonsworld.com/'
}
]
});
+2 -1
View File
@@ -13,7 +13,8 @@ module.exports = class EggsGetLaidCommand extends Command {
credit: [
{
name: 'KINMOZA!',
url: 'http://www.kinmosa.com/'
url: 'http://www.kinmosa.com/',
reason: 'Original Anime'
}
]
});
+4 -2
View File
@@ -9,8 +9,10 @@ module.exports = class GiveFlowerCommand extends Command {
description: 'Gives Xiao Pai a flower.',
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: 'Original "Rune Factory 4" Game'
}
]
});
+2 -1
View File
@@ -13,7 +13,8 @@ module.exports = class IsntJokeCommand extends Command {
url: [
{
name: 'Love Live! School Idol Project',
url: 'http://www.lovelive-anime.jp/'
url: 'http://www.lovelive-anime.jp/',
reason: 'Original Anime'
}
]
});
+2 -1
View File
@@ -13,7 +13,8 @@ module.exports = class ItsJokeCommand extends Command {
url: [
{
name: 'Love Live! School Idol Project',
url: 'http://www.lovelive-anime.jp/'
url: 'http://www.lovelive-anime.jp/',
reason: 'Original Anime'
}
]
});
+4 -2
View File
@@ -10,8 +10,10 @@ module.exports = class JustDoItCommand extends Command {
description: 'Sends a link to the "Just Do It!" motivational speech.',
credit: [
{
name: 'Shia LaBeouf "Just Do It" Motivational Speech',
url: 'https://www.youtube.com/watch?v=ZXsQAXx_ao0'
name: 'MotivaShian',
url: 'https://www.youtube.com/channel/UC0yDCpC_UaXEdL6Zc4715rg',
reason: 'Original Motivational Speech',
reasonURL: 'https://www.youtube.com/watch?v=ZXsQAXx_ao0'
}
]
});
+2 -1
View File
@@ -11,7 +11,8 @@ module.exports = class KazumaKazumaCommand extends Command {
credit: [
{
name: 'KONOSUBA -God\'s blessing on this wonderful world!',
url: 'http://konosuba.com/'
url: 'http://konosuba.com/',
reason: 'Original Anime'
}
]
});
+2 -1
View File
@@ -12,7 +12,8 @@ module.exports = class SpamCommand extends Command {
credit: [
{
name: 'SPAM Brand',
url: 'https://www.spam.com/'
url: 'https://www.spam.com/',
reason: 'Image'
}
]
});
+2 -1
View File
@@ -12,7 +12,8 @@ module.exports = class SuicideHotlineCommand extends Command {
credit: [
{
name: 'National Suicide Prevention Lifeline',
url: 'https://suicidepreventionlifeline.org/'
url: 'https://suicidepreventionlifeline.org/',
reason: 'Phone Number'
}
]
});
+3 -2
View File
@@ -12,8 +12,9 @@ module.exports = class WynautCommand extends Command {
clientPermissions: ['ATTACH_FILES'],
credit: [
{
name: 'Pokémon TV',
url: 'https://www.pokemon.com/us/pokemon-episodes/'
name: 'Pokémon',
url: 'https://www.pokemon.com/us/',
reason: 'Image, Original Anime'
}
]
});