Credit Command

This commit is contained in:
Daniel Odendahl Jr
2019-04-14 00:03:38 +00:00
parent c8f74fddf7
commit 45c8d62dd5
189 changed files with 1314 additions and 39 deletions
+7 -1
View File
@@ -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/'
}
]
});
}
+7 -1
View File
@@ -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'
}
]
});
}
+7 -1
View File
@@ -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/'
}
]
});
}
+7 -1
View File
@@ -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 -1
View File
@@ -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'
}
]
});
}
+7 -1
View File
@@ -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/'
}
]
});
}
+7 -1
View File
@@ -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/'
}
]
});
}