Kylie Jo Swistak преди 5 години
родител
ревизия
4d7169ecf4
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      app/responses/reject.rb

+ 1 - 3
app/responses/reject.rb

@@ -19,8 +19,6 @@ def reject_app_embed(app, opts = nil)
   #end
 
   if opts
-    fields.push({ name: "\u200b", value: "\u200b" })
-
     msgs =
       case opts
       when :character
@@ -49,7 +47,7 @@ def reject_app_embed(app, opts = nil)
 
   embed = Embed.new(
     title: app.title,
-    description: app.description,
+    description: "#{app.description} -- #{app.fields[0].value}: #{app.fields[1].value}",
     author: {
       name: app.author.name.gsub('Application', 'Rejection'),
       icon_url: app.author.icon_url