This commit is contained in:
Dragon Fire
2021-06-05 12:48:51 -04:00
parent 4092c8cd1d
commit 5fa50bfc2c
+3 -1
View File
@@ -1,5 +1,7 @@
module.exports = class ArgumentType {
constructor(id) {
constructor(client, id) {
Object.defineProperty(this, 'client', { value: client });
this.id = id.toLowerCase();
}