This commit is contained in:
Dragon Fire
2021-06-05 18:46:14 -04:00
parent f3e70dc79d
commit 7b6be3159e
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ module.exports = class Argument {
Object.defineProperty(this, 'client', { value: client });
this.key = options.key.toLowerCase();
this.label = options.label;
this.typeID = options.type.toLowerCase();
this.min = options.min;
this.max = options.max;