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
View File
@@ -16,6 +16,7 @@ module.exports = class MathGameCommand extends Command {
constructor(client) {
super(client, {
name: 'math-game',
aliases: ['math-quiz', 'math-test'],
group: 'games',
memberName: 'math-game',
description: 'See how fast you can answer a math problem in a given time limit.',