浏览代码

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