This commit is contained in:
Dragon Fire
2018-07-26 21:01:20 -04:00
parent 392cffec1c
commit d5aa3d4ab0
6 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const Command = require('../../structures/Command');
const sides = [NaN, 0, null, undefined, ''];
const sides = ['NaN', '0', 'null', 'undefined', '\'\''];
module.exports = class QuantumCoinCommand extends Command {
constructor(client) {