Skip to content

Commit

Permalink
Op bugfix from my lib
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCyberRonin committed Jan 23, 2018
1 parent 63fb4b1 commit e884fb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/trello.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module.exports = function plugin(bot, info)
{
bot.getMessage(info.config.suggestion_channel,reaction.message_id).then((message) =>
{
console.log(message);
let newCard = {
name: `${message.embeds[0].description}\n${message.embeds[0].footer.text}`,
idList: '58fe3b0d4e2f17d3cddb5f11',
Expand All @@ -43,6 +42,5 @@ module.exports = function plugin(bot, info)
});
}
});

return plugin;
};

0 comments on commit e884fb9

Please sign in to comment.