mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +02:00
Credit Command
This commit is contained in:
@@ -9,7 +9,13 @@ module.exports = class EggsGetLaidCommand extends Command {
|
||||
group: 'single',
|
||||
memberName: 'eggs-get-laid',
|
||||
description: 'Sends the ultimate roast.',
|
||||
clientPermissions: ['ATTACH_FILES']
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'KINMOZA!',
|
||||
url: 'http://www.kinmosa.com/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,13 @@ module.exports = class GiveFlowerCommand extends Command {
|
||||
name: 'give-flower',
|
||||
group: 'single',
|
||||
memberName: 'give-flower',
|
||||
description: 'Gives Xiao Pai a flower.'
|
||||
description: 'Gives Xiao Pai a flower.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Rune Factory 4',
|
||||
url: 'http://www.runefactory4.com/index1.html'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@ module.exports = class IsntJokeCommand extends Command {
|
||||
group: 'single',
|
||||
memberName: 'isnt-joke',
|
||||
description: 'Isn\'t joke...',
|
||||
clientPermissions: ['ATTACH_FILES']
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
url: [
|
||||
{
|
||||
name: 'Love Live! School Idol Project',
|
||||
url: 'http://www.lovelive-anime.jp/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@ module.exports = class ItsJokeCommand extends Command {
|
||||
group: 'single',
|
||||
memberName: 'its-joke',
|
||||
description: 'It\'s joke!',
|
||||
clientPermissions: ['ATTACH_FILES']
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
url: [
|
||||
{
|
||||
name: 'Love Live! School Idol Project',
|
||||
url: 'http://www.lovelive-anime.jp/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,13 @@ module.exports = class JustDoItCommand extends Command {
|
||||
aliases: ['motivate'],
|
||||
group: 'single',
|
||||
memberName: 'just-do-it',
|
||||
description: 'Sends a link to the "Just Do It!" motivational speech.'
|
||||
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'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,13 @@ module.exports = class SpamCommand extends Command {
|
||||
group: 'single',
|
||||
memberName: 'spam',
|
||||
description: 'Responds with a picture of Spam.',
|
||||
clientPermissions: ['ATTACH_FILES']
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'SPAM Brand',
|
||||
url: 'https://www.spam.com/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@ module.exports = class WynautCommand extends Command {
|
||||
group: 'single',
|
||||
memberName: 'wynaut',
|
||||
description: 'Why not? Wynaut?',
|
||||
clientPermissions: ['ATTACH_FILES']
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Pokémon TV',
|
||||
url: 'https://www.pokemon.com/us/pokemon-episodes/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user