Auto-Aliases

This commit is contained in:
Daniel Odendahl Jr
2017-05-07 17:34:59 +00:00
parent 0a1bc41b26
commit 52e299b1b4
44 changed files with 83 additions and 89 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ const sides = ['on nothing', 'on NaN', 'on 0', 'in the air', 'on null'];
module.exports = class QuantumCoinCommand extends Command {
constructor(client) {
super(client, {
name: 'quantumcoin',
name: 'quantum-coin',
aliases: [
'qcoin'
],
group: 'response',
memberName: 'quantumcoin',
memberName: 'quantum-coin',
description: 'Flips a coin that lands on nothing.'
});
}