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
@@ -7,6 +7,7 @@ module.exports = class CurrencyCommand extends Command {
constructor(client) {
super(client, {
name: 'currency',
aliases: ['currency-convert', 'convert-currency'],
group: 'num-edit',
memberName: 'currency',
description: 'Converts a number from one currency to another.',
+1
View File
@@ -5,6 +5,7 @@ module.exports = class MathCommand extends Command {
constructor(client) {
super(client, {
name: 'math',
aliases: ['calculator', 'calculate'],
group: 'num-edit',
memberName: 'math',
description: 'Calculates math expressions.',
+1
View File
@@ -6,6 +6,7 @@ module.exports = class TemperatureCommand extends Command {
constructor(client) {
super(client, {
name: 'temperature',
aliases: ['temperature-convert', 'convert-temperature', 'temp-convert', 'convert-temp'],
group: 'num-edit',
memberName: 'temperature',
description: `Converts temperatures to/from ${list(units, 'or')}.`,