New currency API

This commit is contained in:
Daniel Odendahl Jr
2018-09-19 20:58:55 +00:00
parent 7009e73325
commit 1195dad6f2
3 changed files with 19 additions and 26 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = class UnitsCommand extends Command {
constructor(client) {
super(client, {
name: 'units',
aliases: ['convert-units', 'unit-converter', 'unit'],
aliases: ['convert-units', 'unit-converter', 'unit', 'convert'],
group: 'number-edit',
memberName: 'units',
description: 'Converts units to/from other units.',