Word of the Day, TONS of new aliases

This commit is contained in:
Daniel Odendahl Jr
2017-09-25 13:45:57 +00:00
parent 515fb8dc8c
commit d9d9219ddc
54 changed files with 86 additions and 18 deletions
+1
View File
@@ -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.',
+1 -1
View File
@@ -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.'
+1
View File
@@ -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.',
+1
View File
@@ -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.'
+1 -1
View File
@@ -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.',
+1
View File
@@ -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.',
+1 -1
View File
@@ -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.',
+1
View File
@@ -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.'
+1
View File
@@ -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.'