diff --git a/commands/fun/reddit.js b/commands/fun/reddit.js index ecb759bc..e793b469 100644 --- a/commands/fun/reddit.js +++ b/commands/fun/reddit.js @@ -35,7 +35,7 @@ module.exports = class redditCommand extends Command { .setColor("#ff9900") .setTitle(body.data.children[i].data.title) .setImage(body.data.children[i].data.preview.images[0].source.url) - .setFooter(`⬆ ${body.data.children[i].data.ups} 💬 ${body.data.children[i].data.num_comments}`) + .setFooter(`⬆ ${body.data.children[i].data.ups} 💬 ${body.data.children[i].data.num_comments}`) message.say(redditEmbed); }