it works! pog
This commit is contained in:
parent
5966977a76
commit
8a3f399b1f
3 changed files with 11 additions and 2 deletions
|
@ -28,7 +28,7 @@ class LightsParser extends Command {
|
|||
req(
|
||||
instructions.filter((i) => i.valid),
|
||||
(response) => {
|
||||
msg.channel.createMessage(`${response.statusCode}`);
|
||||
msg.channel.createMessage(`${response}`);
|
||||
},
|
||||
(error) => {
|
||||
msg.channel.createMessage(`error.`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue