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