mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Attempt to Diagnose Strawpoll Bugs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user