Space after conditionals

This commit is contained in:
Daniel Odendahl Jr
2017-05-08 13:46:36 +00:00
parent 7e20086b2a
commit 8ba552b21a
78 changed files with 313 additions and 379 deletions
+1 -3
View File
@@ -5,9 +5,7 @@ module.exports = class QuantumCoinCommand extends Command {
constructor(client) {
super(client, {
name: 'quantum-coin',
aliases: [
'qcoin'
],
aliases: ['qcoin'],
group: 'response',
memberName: 'quantum-coin',
description: 'Flips a coin that lands on nothing.'