Sha256: 7829a6f2bd2c7d3d978fa50da9c63a62540ca03d4c7e93447b4d8d356a075aaf

Contents?: true

Size: 161 Bytes

Versions: 6

Compression:

Stored size: 161 Bytes

Contents

class ApplicationHandler < Bot::Handler
  use Responders::Default

  # def user_for(message)
  #   User.find_or_create_by(username: message["from"])
  # end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bot-0.0.38 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.37 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.35 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.34 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.33 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.32 lib/generators/bot/install/templates/application_handler.rb