소스 검색

Discord Embeds are dumb

Kylie Jo Swistak 5 년 전
부모
커밋
caa81e6844
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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