Wider gap between up votes and comments
This commit is contained in:
parent
8f1878113c
commit
c159c4d38a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module.exports = class redditCommand extends Command {
|
||||||
.setColor("#ff9900")
|
.setColor("#ff9900")
|
||||||
.setTitle(body.data.children[i].data.title)
|
.setTitle(body.data.children[i].data.title)
|
||||||
.setImage(body.data.children[i].data.preview.images[0].source.url)
|
.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);
|
message.say(redditEmbed);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue