discord: show favcount in post embeds.
This commit is contained in:
@@ -51,7 +51,7 @@ class DiscordSlashCommand
|
|||||||
def embed_footer
|
def embed_footer
|
||||||
dimensions = "#{post.image_width}x#{post.image_height}"
|
dimensions = "#{post.image_width}x#{post.image_height}"
|
||||||
file_size = post.file_size.to_s(:human_size, precision: 4)
|
file_size = post.file_size.to_s(:human_size, precision: 4)
|
||||||
text = "Rating: #{post.rating.upcase} | #{dimensions} (#{file_size} #{post.file_ext})"
|
text = "#{post.fav_count} ❤ | Rating: #{post.rating.upcase} | #{dimensions} (#{file_size} #{post.file_ext})"
|
||||||
|
|
||||||
{ text: text }
|
{ text: text }
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user