Bring credit up-to-date

This commit is contained in:
Dragon Fire
2019-12-22 15:05:05 -05:00
parent 5c991c32c0
commit 971baddaea
14 changed files with 82 additions and 6 deletions
+10
View File
@@ -13,6 +13,16 @@ module.exports = class DarkLightCommand extends Command {
description: 'Determines whether you use dark or light theme.',
details: `**Types:** ${types.join(', ')}`,
clientPermissions: ['ATTACH_FILES'],
credit: [
{
name: 'u/LennyMcLennington',
url: '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/'
}
],
args: [
{
key: 'type',
+11 -1
View File
@@ -9,7 +9,17 @@ module.exports = class EatPantCommand extends Command {
group: 'single',
memberName: 'eat-pant',
description: 'Eat pant.',
clientPermissions: ['ATTACH_FILES']
clientPermissions: ['ATTACH_FILES'],
credit: [
{
name: 'u/_Ebb',
url: 'https://www.reddit.com/r/Ooer/comments/52z589/eat_pant_maaaaaaaan/'
},
{
name: 'The Simpsons',
url: 'http://www.simpsonsworld.com/'
}
]
});
}
+7 -1
View File
@@ -7,7 +7,13 @@ module.exports = class KazumaKazumaCommand extends Command {
group: 'single',
memberName: 'kazuma-kazuma',
description: 'Hai, Kazuma desu.',
patterns: [/kazuma,? kazuma!?/i]
patterns: [/kazuma,? kazuma!?/i],
credit: [
{
name: 'KONOSUBA -God\'s blessing on this wonderful world!',
url: 'http://konosuba.com/'
}
]
});
}
+7 -1
View File
@@ -8,7 +8,13 @@ module.exports = class SuicideHotlineCommand extends Command {
group: 'single',
memberName: 'suicide-hotline',
description: 'Responds with the phone number for the Suicide Hotline.',
patterns: [/kms|(kill myself)/i]
patterns: [/kms|(kill myself)/i],
credit: [
{
name: 'National Suicide Prevention Lifeline',
url: 'https://suicidepreventionlifeline.org/'
}
]
});
}