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) {