mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
Auto-Aliases
This commit is contained in:
@@ -5,9 +5,9 @@ const answers = require('./8ballanswers');
|
||||
module.exports = class MagicBallCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: '8ball',
|
||||
name: '8-ball',
|
||||
group: 'response',
|
||||
memberName: '8ball',
|
||||
memberName: '8-ball',
|
||||
description: 'Predicts your future.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ module.exports = class CoinFlipCommand extends Command {
|
||||
super(client, {
|
||||
name: 'coin',
|
||||
aliases: [
|
||||
'coinflip',
|
||||
'coin-flip',
|
||||
'flip'
|
||||
],
|
||||
group: 'response',
|
||||
|
||||
@@ -4,9 +4,9 @@ const facts = require('./facts');
|
||||
module.exports = class FactCoreCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'factcore',
|
||||
name: 'fact-core',
|
||||
group: 'response',
|
||||
memberName: 'factcore',
|
||||
memberName: 'fact-core',
|
||||
description: 'Says a random Fact Core quote.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -4,12 +4,12 @@ const sides = ['on nothing', 'on NaN', 'on 0', 'in the air', 'on null'];
|
||||
module.exports = class QuantumCoinCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'quantumcoin',
|
||||
name: 'quantum-coin',
|
||||
aliases: [
|
||||
'qcoin'
|
||||
],
|
||||
group: 'response',
|
||||
memberName: 'quantumcoin',
|
||||
memberName: 'quantum-coin',
|
||||
description: 'Flips a coin that lands on nothing.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -3,12 +3,12 @@ const { Command } = require('discord.js-commando');
|
||||
module.exports = class RateWaifuCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'ratewaifu',
|
||||
name: 'rate-waifu',
|
||||
aliases: [
|
||||
'waifu'
|
||||
],
|
||||
group: 'response',
|
||||
memberName: 'ratewaifu',
|
||||
memberName: 'rate-waifu',
|
||||
description: 'Rates your Waifu.',
|
||||
args: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user