Class: ESM::Command::Pictures::Doggo
- Inherits:
-
ApplicationCommand
- Object
- Base
- ApplicationCommand
- ESM::Command::Pictures::Doggo
- Defined in:
- lib/esm/command/pictures/doggo.rb
Constant Summary collapse
- SUB_REDDIT =
%w[dogpictures rarepuppers puppies].freeze
Instance Method Summary collapse
Instance Method Details
#on_execute ⇒ Object
22 23 24 25 26 27 28 29 |
# File 'lib/esm/command/pictures/doggo.rb', line 22 def on_execute check_for_empty_link! # Send the link reply(link) end |