From 3507aca8b6c29bd8a08b8d3d104220b980a795be Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 16 Apr 2017 15:24:32 +0000 Subject: [PATCH] Attempt to Diagnose Strawpoll Bugs --- commands/random/strawpoll.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/random/strawpoll.js b/commands/random/strawpoll.js index 7ac2fdbe..1db9aa78 100644 --- a/commands/random/strawpoll.js +++ b/commands/random/strawpoll.js @@ -48,6 +48,9 @@ module.exports = class StrawpollCommand extends Command { options: choices }); const data = response.body; + console.log(title); + console.log(choices); + console.log(data); return message.say(`${data.title}\nhttp://strawpoll.me/${data.id}`); } catch (err) {