it works! pog

This commit is contained in:
jane 2020-11-09 01:53:07 -05:00
parent 5966977a76
commit 8a3f399b1f
3 changed files with 11 additions and 2 deletions

View file

@ -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.`);