forked from Galactic/galactic-bot
boolean resolve thing
This commit is contained in:
parent
c33d11c508
commit
0b23085b71
@ -393,6 +393,7 @@ class CommandHandler extends Observer {
|
||||
return { error: false, value: parseInt(integer) };
|
||||
},
|
||||
BOOLEAN: (boolean) => {
|
||||
boolean = this.client.resolver.resolveBoolean(boolean);
|
||||
return { error: false, value: boolean };
|
||||
},
|
||||
MEMBER: async (user) => {
|
||||
|
Loading…
Reference in New Issue
Block a user