Ver código fonte

Discord Embeds are dumb

Kylie Jo Swistak 5 anos atrás
pai
commit
caa81e6844
1 arquivos alterados com 0 adições e 3 exclusões
  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