mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Word of the Day, TONS of new aliases
This commit is contained in:
@@ -6,6 +6,7 @@ module.exports = class MagicBallCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: '8-ball',
|
||||
aliases: ['magic-8-ball', 'eight-ball', 'magic-eight-ball'],
|
||||
group: 'random-res',
|
||||
memberName: '8-ball',
|
||||
description: 'Asks your question to the Magic 8 Ball.',
|
||||
|
||||
@@ -5,7 +5,7 @@ module.exports = class CatFactCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'cat-fact',
|
||||
aliases: ['neko-fact'],
|
||||
aliases: ['neko-fact', 'kitty-fact'],
|
||||
group: 'random-res',
|
||||
memberName: 'cat-fact',
|
||||
description: 'Responds with a cat fact.'
|
||||
|
||||
@@ -4,6 +4,7 @@ module.exports = class ChooseCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'choose',
|
||||
aliases: ['pick'],
|
||||
group: 'random-res',
|
||||
memberName: 'choose',
|
||||
description: 'Chooses between options you provide.',
|
||||
|
||||
@@ -5,6 +5,7 @@ module.exports = class DogFactCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'dog-fact',
|
||||
aliases: ['puppy-fact'],
|
||||
group: 'random-res',
|
||||
memberName: 'dog-fact',
|
||||
description: 'Responds with a dog fact.'
|
||||
|
||||
@@ -6,7 +6,7 @@ module.exports = class HistoryCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'history',
|
||||
aliases: ['event', 'today'],
|
||||
aliases: ['event', 'today', 'today-in-history'],
|
||||
group: 'random-res',
|
||||
memberName: 'history',
|
||||
description: 'Responds with an event that occurred today in history, or on a specific day.',
|
||||
|
||||
@@ -6,6 +6,7 @@ module.exports = class MagicConchCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'magic-conch',
|
||||
aliases: ['magic-conch-shell'],
|
||||
group: 'random-res',
|
||||
memberName: 'magic-conch',
|
||||
description: 'Asks your question to the Magic Conch.',
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = class NewYorkTimesCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'new-york-times',
|
||||
aliases: ['ny-times'],
|
||||
aliases: ['ny-times', 'new-york-times-article', 'ny-times-article'],
|
||||
group: 'random-res',
|
||||
memberName: 'new-york-times',
|
||||
description: 'Responds with an article from the New York Times.',
|
||||
|
||||
@@ -5,6 +5,7 @@ module.exports = class OffspringCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'offspring',
|
||||
aliases: ['sex'],
|
||||
group: 'random-res',
|
||||
memberName: 'offspring',
|
||||
description: 'Decides if your new child will be a boy or a girl.'
|
||||
|
||||
@@ -5,6 +5,7 @@ module.exports = class SecurityKeyCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'security-key',
|
||||
aliases: ['crypto', 'crypto-key'],
|
||||
group: 'random-res',
|
||||
memberName: 'security-key',
|
||||
description: 'Generates a random security key.'
|
||||
|
||||
Reference in New Issue
Block a user