Browse Source

Discord Embeds are dumb

Kylie Jo Swistak 5 năm trước cách đây
mục cha
commit
caa81e6844
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      app/responses/reject.rb

+ 0 - 3
app/responses/reject.rb

@@ -59,9 +59,6 @@ def reject_app_embed(app, opts = nil)
     fields: fields
   )
 
-  embed.thumbnail = { url: app.image.url } if app.image
-  embed.thumbnail = { url: app.thumbnail.url } if app.thumbnail
-
   embed
 end