mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Bring credit up-to-date
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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,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/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user