From b329af31c53fa075bcdc43e87a3b16bf2986f74b Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 16 Apr 2017 15:39:28 +0000 Subject: [PATCH] For God's Sake Work --- commands/random/strawpoll.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/random/strawpoll.js b/commands/random/strawpoll.js index 640c894e..a8263594 100644 --- a/commands/random/strawpoll.js +++ b/commands/random/strawpoll.js @@ -51,6 +51,7 @@ module.exports = class StrawpollCommand extends Command { options: choices }); const data = response.body; + console.log(response); console.log(title); console.log(choices); console.log(data);