Attempt to Diagnose Strawpoll Bugs

This commit is contained in:
Daniel Odendahl Jr
2017-04-16 15:24:32 +00:00
parent d275210d13
commit 3507aca8b6
+3
View File
@@ -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) {