class Ruboty::Appear::Actions::Appear

Public Instance Methods

call() click to toggle source
# File lib/ruboty/appear/actions/appear.rb, line 5
def call
  first = SecureRandom.hex(5)
  second = SecureRandom.hex(5)
  message.reply("https://appear.in/#{first}-#{second}")
end