Kylie Jo Swistak 5 years ago
parent
commit
745fccc187
1 changed files with 5 additions and 5 deletions
  1. 5 5
      app/commands/app.rb

+ 5 - 5
app/commands/app.rb

@@ -36,10 +36,10 @@ class ApplicationCommand < BaseCommand
       else
         character_form(event, author, type, name)
       end
-    rescue ActiveRecord::RecordNotFound => e
-      error_embed("Record not Found!", e.message)
-    rescue StandardError => e
-      error_embed(e.message)
+    #rescue ActiveRecord::RecordNotFound => e
+      #error_embed("Record not Found!", e.message)
+    #rescue StandardError => e
+      #error_embed(e.message)
     end
   end
 
@@ -133,7 +133,7 @@ class ApplicationCommand < BaseCommand
 
       # Reply
       [ BotResponse.new(destination: ENV['APP_CH'], embed: embed),
-        BotREsponse.new(embed: embed) ]
+        BotResponse.new(embed: embed) ]
 
     when /legend/i, /legendary/i
       return command_error("Uknown Status", ApplicationCommand) unless Util::Roles.admin?(author)