mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Attempt to Diagnose Strawpoll Bugs
This commit is contained in:
@@ -48,6 +48,9 @@ module.exports = class StrawpollCommand extends Command {
|
|||||||
options: choices
|
options: choices
|
||||||
});
|
});
|
||||||
const data = response.body;
|
const data = response.body;
|
||||||
|
console.log(title);
|
||||||
|
console.log(choices);
|
||||||
|
console.log(data);
|
||||||
return message.say(`${data.title}\nhttp://strawpoll.me/${data.id}`);
|
return message.say(`${data.title}\nhttp://strawpoll.me/${data.id}`);
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user