|
@@ -52,11 +52,9 @@ class ReactivationApplication < ApplicationForm
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
def self.deny(event)
|
|
def self.deny(event)
|
|
|
- app = event.message.embeds.first
|
|
|
|
|
-
|
|
|
|
|
# Create App Rejection
|
|
# Create App Rejection
|
|
|
reply = BotResponse.new(
|
|
reply = BotResponse.new(
|
|
|
- embed: reject_app_embed(app, :reactivation),
|
|
|
|
|
|
|
+ embed: reject_app(event, :reactivation),
|
|
|
reactions: CharApp::REJECT_MESSAGES.map{ |k,v| k }
|
|
reactions: CharApp::REJECT_MESSAGES.map{ |k,v| k }
|
|
|
)
|
|
)
|
|
|
|
|
|