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