discord: show favcount in post embeds.
This commit is contained in:
@@ -51,7 +51,7 @@ class DiscordSlashCommand
|
||||
def embed_footer
|
||||
dimensions = "#{post.image_width}x#{post.image_height}"
|
||||
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 }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user