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
+6
View File
@@ -10,6 +10,12 @@ module.exports = class EightBallCommand extends Command {
group: 'random',
memberName: '8-ball',
description: 'Asks your question to the Magic 8 Ball.',
credit: [
{
name: 'Mattel',
url: 'https://www.mattelgames.com/games/en-us/kids/magic-8-ball'
}
],
args: [
{
key: 'question',
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = class AxisCultCommand extends Command {
url: 'https://www.reddit.com/r/axisorderbot/wiki/index'
},
{
name: 'Konosuba: God\'s Blessing on this Wonderful World!',
name: 'KONOSUBA -God\'s blessing on this wonderful world!',
url: 'http://konosuba.com/'
}
]
+4
View File
@@ -10,6 +10,10 @@ module.exports = class ChuckNorrisCommand extends Command {
memberName: 'chuck-norris',
description: 'Responds with a random Chuck Norris joke.',
credit: [
{
name: 'Chuck Norris',
url: 'https://chucknorris.com/'
},
{
name: 'The Internet Chuck Norris Database API',
url: 'http://www.icndb.com/api/'
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = class RandomUserCommand extends Command {
constructor(client) {
super(client, {
name: 'random-user',
aliases: ['member-roulette', 'user-roulette', 'random-member'],
aliases: ['member-roulette', 'user-roulette', 'random-member', 'someone', '@someone'],
group: 'random',
memberName: 'random-user',
description: 'Randomly chooses a member of the server.'