Class: ESM::Command::Pictures::Birb

Inherits:
ApplicationCommand show all
Defined in:
lib/esm/command/pictures/birb.rb

Defined Under Namespace

Modules: ErrorMessage

Constant Summary collapse

SUB_REDDIT =
%w[Birb birbs].freeze

Instance Method Summary collapse

Instance Method Details

#on_executeObject



31
32
33
34
35
36
37
38
# File 'lib/esm/command/pictures/birb.rb', line 31

def on_execute
  send_waiting_message
  check_for_empty_link!
  remove_waiting_message

  # Send the link
  reply(link)
end