More Aliases, Thesaurus

This commit is contained in:
Daniel Odendahl Jr
2017-09-26 19:00:12 +00:00
parent c610b8babb
commit c2738b97f7
22 changed files with 87 additions and 23 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = class MathCommand extends Command {
constructor(client) {
super(client, {
name: 'math',
aliases: ['calculator', 'calculate'],
aliases: ['calculator', 'calculate', 'calc'],
group: 'num-edit',
memberName: 'math',
description: 'Calculates math expressions.',