Class: ESM::Command::Pictures::Birb
- Inherits:
-
ApplicationCommand
- Object
- Base
- ApplicationCommand
- ESM::Command::Pictures::Birb
- 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_execute ⇒ Object
31 32 33 34 35 36 37 38 |
# File 'lib/esm/command/pictures/birb.rb', line 31 def on_execute check_for_empty_link! # Send the link reply(link) end |