1
0
Fork 0

Wider gap between up votes and comments

Commando
loicbersier 6 years ago
parent 8f1878113c
commit c159c4d38a

@ -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);
}

Loading…
Cancel
Save